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 359b7a6 commit 9638d84
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ postgresql:
enabled: false
secretName: external-postgres-secret
secretUserKey: postgres-username
secretPasswordKey: postgres-password
postgresUser: "username"
postgresPassword: "password"
secretPasswordKey: postgres-password
# Don't use clear text credentials in production !!!
postgresUser: ""
postgresPassword: ""

settings:
secretKey: mysupesecretkey
Expand All @@ -75,16 +76,22 @@ settings:
externalSecret:
enabled: false
emailSecretName: external-postgres-secret
emailSecretUserKey: email_user
emailSecretPasswordKey: email_password
emailSecretUserKey: email_user_key
emailSecretPasswordKey: email_password_key
# Don't use clear text credentials in production !!!
emailUser: ""
emailPassword: ""
twilio:
enabled: false
twilioFromNumber: XXXXXXXXX
twilioSecretName: ""
twilioSecretAccountSid: ""
twilioSecretAccountToken: ""
remoteAccountSidRef: ""
remoteAccountTokenRef: ""
externalSecret:
enabled: false
twilioSecretName: ""
twilioSecretAccountSid: ""
twilioSecretAccountToken: ""
# Don't use clear text credentials in production !!!
twilioAccountSid: ""
twilioAccountToken: ""

labels:
application: chiefonboarding
Expand Down

0 comments on commit 9638d84

Please sign in to comment.