Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPastorClemente authored Jun 7, 2024
1 parent 5fe67d3 commit 6af204b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,12 @@ postgresql:
credentials:
externalSecret:
enabled: false
remoteSecretName: "remote/secret/name"
secretName: external-postgres-secret
secretUserKey: postgres-username
secretPasswordKey: postgres-password
secretUriKey: postgres-uri
remoteUserKeyRef: "remote_property"
remotePasswordKeyRef: "remote_property"
remoteUriKeyRef: "remote_property"
remoteSecretName: "remote/secret/name"
postgresUser: "pgadmin"
postgresPassword: "abcd1234"
secretPasswordKey: postgres-password
postgresUser: "username"
postgresPassword: "password"

settings:
secretKey: mysupesecretkey
Expand Down

0 comments on commit 6af204b

Please sign in to comment.