mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 08:03:44 +08:00
monitor-gating: ansible also doesn't like boolean, make the variable a string
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -28,7 +28,7 @@ spec:
|
||||
- name: KRB5_CLIENT_KTNAME
|
||||
value: /etc/keytab/koji-keytab
|
||||
- name: OPENSHIFT
|
||||
value: true
|
||||
value: "True"
|
||||
volumeMounts:
|
||||
- name: keytab-volume
|
||||
mountPath: /etc/keytabs
|
||||
|
||||
Reference in New Issue
Block a user