Update
This commit is contained in:
11
roles/secrets/templates/encryption-config.yaml.j2
Normal file
11
roles/secrets/templates/encryption-config.yaml.j2
Normal file
@ -0,0 +1,11 @@
|
||||
apiVersion: apiserver.config.k8s.io/v1
|
||||
kind: EncryptionConfiguration
|
||||
resources:
|
||||
- resources:
|
||||
- secrets
|
||||
providers:
|
||||
- aescbc:
|
||||
keys:
|
||||
- name: key1
|
||||
secret: {{ secret.stdout }}
|
||||
- identity: {}
|
Reference in New Issue
Block a user