Move kubernetes/master to kubernetes/control-plane (#7218)

This is a small step to replace "master" with "control-plane" in
Kubespray project.
This commit is contained in:
Kenichi Omichi
2021-02-01 07:15:49 -08:00
committed by GitHub
parent b70d986bfa
commit c5db012c9a
28 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
kind: EncryptionConfig
apiVersion: v1
resources:
- resources:
{{ kube_encryption_resources|to_nice_yaml|indent(4, True) }}
providers:
- {{ kube_encryption_algorithm }}:
keys:
- name: key
secret: {{ kube_encrypt_token | b64encode }}
- identity: {}