14 lines
308 B
YAML
14 lines
308 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Secret
|
||
|
|
metadata:
|
||
|
|
name: waitlist-db-credentials
|
||
|
|
namespace: customer1
|
||
|
|
type: Opaque
|
||
|
|
stringData:
|
||
|
|
username: waitlist
|
||
|
|
password: CHANGEME
|
||
|
|
sops:
|
||
|
|
age:
|
||
|
|
- recipient: age1uuxf066xuuqgvjppxfcmqkwfcufnwp3wcwnl9h20g9k4l8nkw9jsaungf7
|
||
|
|
encrypted_regex: ^(data|stringData)$
|