-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
kind:enhancementNew feature or requestNew feature or request
Description
One improvement to the secrets generator would be to take a file pattern over a list of files.
The file pattern should either be regex or wildcard.
apiVersion: viaduct.ai/v1
kind: ksops
metadata:
name: secrets-generator
annotations:
config.kubernetes.io/function: |
exec:
path: ksops
filePatterns:
- \./.*\.sops\.yaml
- ./*.sops.yaml
Which works together with how .sops.yaml
config file works:
creation_rules:
- path_regex: .*.sops.yaml
encrypted_regex: ^(data|stringData)$
key_groups:
- age: bob
Metadata
Metadata
Assignees
Labels
kind:enhancementNew feature or requestNew feature or request