mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-14 05:01:14 +00:00
12 lines
576 B
YAML
12 lines
576 B
YAML
creation_rules:
|
|
- path_regex: .*values.yaml$
|
|
encrypted_regex: ^(password|value|ssh-key|api-key|user|username|privateKey|clientSecret|clientId|apiKey|extraArgs.*|.*Secret.*|extraEnvVars|.*SECRET.*|.*secret.*|key|.*Password|.*PASS|.*SOCIALACCOUNT_PROVIDERS|.*\.ya?ml)$
|
|
mac_only_encrypted: true
|
|
pgp: DC6910268E657FF70BA7EC289974494E76938DDC
|
|
- path_regex: .*.yaml
|
|
encrypted_regex: ^(data|stringData|.*key|.*crt)$
|
|
pgp: DC6910268E657FF70BA7EC289974494E76938DDC
|
|
- path_regex: .*.env$
|
|
input_type: dotenv
|
|
pgp: DC6910268E657FF70BA7EC289974494E76938DDC
|