11 lines
368 B
YAML
11 lines
368 B
YAML
creation_rules:
|
|
# encrypt all values from file
|
|
- path_regex: \.private\.dec\.yaml$
|
|
encrypted_regex: '^(.*)$'
|
|
age:
|
|
- age1gk946fp37xtm3fv500407zdd5h89a5lvxysrufhau3f73xcq8ewqcu8l5g
|
|
# encrypt secrets files
|
|
- path_regex: .*.yaml
|
|
encrypted_regex: ^(data|stringData)$
|
|
age:
|
|
- age1gk946fp37xtm3fv500407zdd5h89a5lvxysrufhau3f73xcq8ewqcu8l5g |