kube_encryption_resources must be output as yaml (#6309)
This commit is contained in:
parent
16ad344c41
commit
d3ca9d1db9
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
kind: EncryptionConfig
|
kind: EncryptionConfig
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
resources:
|
resources:
|
||||||
- resources: {{ kube_encryption_resources }}
|
- resources:
|
||||||
|
{{ kube_encryption_resources|to_nice_yaml|indent(4, True) }}
|
||||||
providers:
|
providers:
|
||||||
- {{ kube_encryption_algorithm }}:
|
- {{ kube_encryption_algorithm }}:
|
||||||
keys:
|
keys:
|
||||||
|
|
Loading…
Reference in a new issue