13 lines
513 B
YAML
13 lines
513 B
YAML
|
|
# SOPS encryption policy for railiance-platform
|
||
|
|
# Encrypts any file matching *.sops.yaml using the shared age key.
|
||
|
|
# Decrypt: sops -d helm/postgresql-ha-values.sops.yaml
|
||
|
|
# Use with helm: helm upgrade postgresql-ha bitnami/postgresql-ha \
|
||
|
|
# -n platform -f <(sops -d helm/postgresql-ha-values.sops.yaml)
|
||
|
|
# Encrypt: sops -e -i helm/postgresql-ha-values.sops.yaml
|
||
|
|
|
||
|
|
creation_rules:
|
||
|
|
- path_regex: \.sops\.yaml$
|
||
|
|
key_groups:
|
||
|
|
- age:
|
||
|
|
- age1aq8twfd78wvpra0had8cezcnj96tj4q0068edrz5jez8d6xwmflqdepsh4
|