20 lines
425 B
YAML
20 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)$
|