Should I have just started from scratch?
This commit is contained in:
parent
57d3a277cc
commit
8a8d41871f
1 changed files with 4 additions and 2 deletions
|
@ -36,7 +36,8 @@ spec:
|
|||
sidekiq:
|
||||
replicas: 0
|
||||
secrets:
|
||||
existingSecret: "masto-secrets"
|
||||
existingSecret: true
|
||||
secretName: "masto-secrets"
|
||||
active_record_encryption_deterministic_key: "externalSecret"
|
||||
active_record_encryption_key_derivation_salt: "externalSecret"
|
||||
active_record_encryption_primary_key: "externalSecret"
|
||||
|
@ -44,7 +45,8 @@ spec:
|
|||
type: emptyDir
|
||||
postgresql:
|
||||
host: masto-postgres
|
||||
existingSecret: "masto.masto-postgres.credentials.postgresql.acid.zalan.do"
|
||||
existingSecret: true
|
||||
secretName: "masto.masto-postgres.credentials.postgresql.acid.zalan.do"
|
||||
auth:
|
||||
username: "externalSecret"
|
||||
password: "externalSecret"
|
||||
|
|
Loading…
Add table
Reference in a new issue