mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
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