mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 17:58:57 +03:00
Re-add encryption-config.yaml
This commit is contained in:
11
configs/encryption-config.yaml
Normal file
11
configs/encryption-config.yaml
Normal 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: {}
|
||||
Reference in New Issue
Block a user