Keystone-Webhook: fix gate boolean
This PS fixes the conditional for the keystone webhook deployment in the gate. Change-Id: I7a2c00d467df98903578123a089a934a8f68cd01
This commit is contained in:
parent
9f921f23fb
commit
ec58d6e133
@ -138,7 +138,7 @@
|
|||||||
|
|
||||||
- include_tasks: helm-dns.yaml
|
- include_tasks: helm-dns.yaml
|
||||||
- include_tasks: helm-keystone-auth.yaml
|
- include_tasks: helm-keystone-auth.yaml
|
||||||
when: k8s.keystoneAuth
|
when: k8s.keystoneAuth|bool == true
|
||||||
- include_tasks: helm-deploy.yaml
|
- include_tasks: helm-deploy.yaml
|
||||||
|
|
||||||
- name: uploading cluster config to api
|
- name: uploading cluster config to api
|
||||||
|
Loading…
x
Reference in New Issue
Block a user