Skip to content

Commit 263b869

Browse files
tkcontiantpcallewaert
authored andcommitted
fix: values.yaml after code-review
1 parent 1fa5e13 commit 263b869

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

charts/ext-postgres-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ description: |
88
99
type: application
1010

11-
version: 2.1.1
11+
version: 2.2.0
1212
appVersion: "2.0.0"

charts/ext-postgres-operator/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
replicaCount: 1
66

7-
revisionHistoryLimit: 3
7+
revisionHistoryLimit: 10
88

99
image:
1010
repository: ghcr.io/movetokube/postgres-operator
@@ -79,10 +79,10 @@ watchNamespace: ""
7979
# Define connection to postgres database server
8080
postgres:
8181
# postgres hostname
82-
host: "xxxxxxxxxx"
82+
host: "localhost"
8383
# postgres admin user and password ( ignored if existingSecret or ExternalSecret is set )
84-
user: "XXXXXXXXXX"
85-
password: "XXXXXXXXXX"
84+
user: "admin"
85+
password: "password"
8686
# additional connection args to pg driver (Example "sslmode=disable")
8787
uri_args: ""
8888
# postgres cloud provider, could be AWS, Azure, GCP or empty (default)
@@ -110,8 +110,8 @@ externalSecret: {}
110110
# refreshInterval: "2s" # (Optional), defaults to SecretStore / SecretStore or ClusterSecretStore
111111

112112
# Additional environment variables to add to the pod (map of key / value)
113-
env:
114-
POSTGRES_INSTANCE: "XXXXXXXXXX"
113+
env: {}
114+
# POSTGRES_INSTANCE: "XXXXXXXXXX"
115115
# POSTGRES_CLOUD_PROVIDER: "AWS"
116116

117117
nodeSelector: {}

0 commit comments

Comments
 (0)