Browse Source
Use the correct api version and resourcer type. The current values work but do not match the documentation, which can be confusing. (#9575)
pull/9354/head
Lukas Najman
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
roles/kubernetes/control-plane/templates/secrets_encryption.yaml.j2
|
@ -1,5 +1,5 @@ |
|
|
kind: EncryptionConfig |
|
|
|
|
|
apiVersion: v1 |
|
|
|
|
|
|
|
|
apiVersion: apiserver.config.k8s.io/v1 |
|
|
|
|
|
kind: EncryptionConfiguration |
|
|
resources: |
|
|
resources: |
|
|
- resources: |
|
|
- resources: |
|
|
{{ kube_encryption_resources|to_nice_yaml|indent(4, True) }} |
|
|
{{ kube_encryption_resources|to_nice_yaml|indent(4, True) }} |
|
|