Re-add encryption-config.yaml

pull/813/head
Lucy Sweet 2024-10-26 13:30:12 +02:00 committed by GitHub
parent a9cb5f7ba5
commit 2aa1249853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
apiVersion: apiserver.config.k8s.io/v1
kind: EncryptionConfiguration
resources:
- resources:
- secrets
providers:
- aescbc:
keys:
- name: key
secret: ${ENCRYPTION_KEY}
- identity: {}