- Add trading_dashboard role + Database CR on siriusdevops-pgdb - Create SOPS-encrypted credentials secret (template) - Update trade-dashboard to use the new dedicated DB - New host: siriusdevops-pgdb-rw - New database: trading_dashboard - New credentials secret
19 lines
425 B
YAML
19 lines
425 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: trading-dashboard-db-credentials
|
|
namespace: customer1
|
|
type: Opaque
|
|
stringData:
|
|
username: trading_dashboard
|
|
password: CHANGE_ME_TO_STRONG_PASSWORD
|
|
sops:
|
|
# Run `sops -e -i trading-dashboard-db-credentials.yaml` after filling in the password
|
|
kms: []
|
|
gcp_kms: []
|
|
azure_kv: []
|
|
hc_vault: []
|
|
age: []
|
|
lastmodified: ""
|
|
mac: ""
|
|
encrypted_regex: ^(data|stringData)$
|