mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
@@ -104,7 +104,7 @@ should look like:
|
|||||||
name: <crname>-postgres-configuration
|
name: <crname>-postgres-configuration
|
||||||
namespace: <target namespace>
|
namespace: <target namespace>
|
||||||
stringData:
|
stringData:
|
||||||
address: <external ip or url resolvable by the cluster>
|
host: <external ip or url resolvable by the cluster>
|
||||||
port: <external port, this usually defaults to 5432>
|
port: <external port, this usually defaults to 5432>
|
||||||
database: <desired database name>
|
database: <desired database name>
|
||||||
username: <username to connect as>
|
username: <username to connect as>
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ spec:
|
|||||||
name: <crname>-postgres-configuration
|
name: <crname>-postgres-configuration
|
||||||
namespace: <target namespace>
|
namespace: <target namespace>
|
||||||
stringData:
|
stringData:
|
||||||
address: <external ip or url resolvable by the cluster>
|
host: <external ip or url resolvable by the cluster>
|
||||||
port: <external port, this usually defaults to 5432>
|
port: <external port, this usually defaults to 5432>
|
||||||
database: <desired database name>
|
database: <desired database name>
|
||||||
username: <username to connect as>
|
username: <username to connect as>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ spec:
|
|||||||
name: <crname>-postgres-configuration
|
name: <crname>-postgres-configuration
|
||||||
namespace: <target namespace>
|
namespace: <target namespace>
|
||||||
stringData:
|
stringData:
|
||||||
address: <external ip or url resolvable by the cluster>
|
host: <external ip or url resolvable by the cluster>
|
||||||
port: <external port, this usually defaults to 5432>
|
port: <external port, this usually defaults to 5432>
|
||||||
database: <desired database name>
|
database: <desired database name>
|
||||||
username: <username to connect as>
|
username: <username to connect as>
|
||||||
|
|||||||
Reference in New Issue
Block a user