Remove cert_managment var definition from k8s-cluster group vars (#1790)
This commit is contained in:
parent
10dd049912
commit
ad9fa73301
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ docker_bin_dir: "/usr/bin"
|
||||||
# Settings for containerized control plane (etcd/kubelet/secrets)
|
# Settings for containerized control plane (etcd/kubelet/secrets)
|
||||||
etcd_deployment_type: docker
|
etcd_deployment_type: docker
|
||||||
kubelet_deployment_type: host
|
kubelet_deployment_type: host
|
||||||
cert_management: script
|
|
||||||
vault_deployment_type: docker
|
vault_deployment_type: docker
|
||||||
|
|
||||||
# K8s image pull policy (imagePullPolicy)
|
# K8s image pull policy (imagePullPolicy)
|
||||||
|
|
Loading…
Reference in a new issue