We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2affd6a commit c317059Copy full SHA for c317059
charts/ext-postgres-operator/values.yaml
@@ -79,7 +79,7 @@ watchNamespace: ""
79
# Define connection to postgres database server
80
postgres:
81
# postgres hostname
82
- host: "localhost"
+ host: "localhost:5432"
83
# postgres admin user and password ( ignored if existingSecret or ExternalSecret is set )
84
user: "admin"
85
password: "password"
0 commit comments