mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-18 03:56:03 +00:00
11 lines
502 B
YAML
11 lines
502 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|.*\.ya?ml)$
|
|
pgp: DC6910268E657FF70BA7EC289974494E76938DDC
|
|
- path_regex: .*.yaml
|
|
encrypted_regex: ^(data|stringData)$
|
|
pgp: DC6910268E657FF70BA7EC289974494E76938DDC
|
|
- path_regex: .*.env$
|
|
input_type: dotenv
|
|
pgp: DC6910268E657FF70BA7EC289974494E76938DDC
|