kube_encryption_resources must be output as yaml (#6309)
parent
16ad344c41
commit
d3ca9d1db9
|
@ -1,7 +1,8 @@
|
|||
kind: EncryptionConfig
|
||||
apiVersion: v1
|
||||
resources:
|
||||
- resources: {{ kube_encryption_resources }}
|
||||
- resources:
|
||||
{{ kube_encryption_resources|to_nice_yaml|indent(4, True) }}
|
||||
providers:
|
||||
- {{ kube_encryption_algorithm }}:
|
||||
keys:
|
||||
|
|
Loading…
Reference in New Issue