Use the correct api version and resourcer type. The current values work but do not match the documentation, which can be confusing. (#9575)
This commit is contained in:
parent
dcc267f6f4
commit
ee3b7c5da5
1 changed files with 2 additions and 2 deletions
|
@ -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) }}
|
||||
|
|
Loading…
Reference in a new issue