mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-15 13:27:43 -02:30
Add kube_encryption_resources variable to configure which resources are encrypted at rest (#5797)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
kind: EncryptionConfig
|
||||
apiVersion: v1
|
||||
resources:
|
||||
- resources:
|
||||
- secrets
|
||||
- resources: {{ kube_encryption_resources }}
|
||||
providers:
|
||||
- {{ kube_encryption_algorithm }}:
|
||||
keys:
|
||||
|
||||
Reference in New Issue
Block a user