2022-12-15 17:21:35 +08:00
|
|
|
apiVersion: apiserver.config.k8s.io/v1
|
|
|
|
kind: EncryptionConfiguration
|
2018-03-16 03:20:05 +08:00
|
|
|
resources:
|
2020-06-26 14:59:31 +08:00
|
|
|
- resources:
|
2023-07-05 11:36:54 +08:00
|
|
|
{{ kube_encryption_resources | to_nice_yaml | indent(4, True) }}
|
2018-03-16 03:20:05 +08:00
|
|
|
providers:
|
|
|
|
- {{ kube_encryption_algorithm }}:
|
|
|
|
keys:
|
|
|
|
- name: key
|
|
|
|
secret: {{ kube_encrypt_token | b64encode }}
|
|
|
|
- identity: {}
|