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:
Lukas Najman 2022-12-15 10:21:35 +01:00 committed by GitHub
parent dcc267f6f4
commit ee3b7c5da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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) }}