Add ability to use custom cert secret instead of init container provisioned self-signed certs

This commit is contained in:
Chad Swenson
2017-11-13 13:59:31 -06:00
parent 0c6f172e75
commit a89ee8c406
4 changed files with 16 additions and 5 deletions

View File

@@ -5,7 +5,8 @@
kubectl: "{{bin_dir}}/kubectl"
resource: "{{ item }}"
state: absent
with_items: ['ClusterRoleBinding']
with_items:
- 'ClusterRoleBinding'
tags:
- upgrade