Re-add encryption-config.yaml
parent
a9cb5f7ba5
commit
2aa1249853
|
@ -0,0 +1,11 @@
|
|||
apiVersion: apiserver.config.k8s.io/v1
|
||||
kind: EncryptionConfiguration
|
||||
resources:
|
||||
- resources:
|
||||
- secrets
|
||||
providers:
|
||||
- aescbc:
|
||||
keys:
|
||||
- name: key
|
||||
secret: ${ENCRYPTION_KEY}
|
||||
- identity: {}
|
Loading…
Reference in New Issue