Use the correct api version and resourcer type. The current values work but do not match the documentation, which can be confusing.

This commit is contained in:
l.najman 2022-12-14 10:25:54 +01:00
parent f7d0fb9ab2
commit db17df0a9f

View file

@ -1,5 +1,5 @@
kind: EncryptionConfig
apiVersion: v1
apiVersion: apiserver.config.k8s.io/v1
kind: EncryptionConfiguration
resources:
- resources:
{{ kube_encryption_resources|to_nice_yaml|indent(4, True) }}