mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-22 16:27:51 -02:30
Add ability to use custom cert secret instead of init container provisioned self-signed certs
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
kubectl: "{{bin_dir}}/kubectl"
|
||||
resource: "{{ item }}"
|
||||
state: absent
|
||||
with_items: ['ClusterRoleBinding']
|
||||
with_items:
|
||||
- 'ClusterRoleBinding'
|
||||
tags:
|
||||
- upgrade
|
||||
|
||||
|
||||
Reference in New Issue
Block a user