|
# Copy this file to .sops.yaml after replacing the age recipient with the
|
|
# public key generated on the Debian homelab server.
|
|
creation_rules:
|
|
- path_regex: '(^|/).*\.(secret|enc)\.ya?ml$'
|
|
encrypted_regex: '^(data|stringData|values)$'
|
|
age: age1replacewithyourpublicrecipient
|