openshift-apps/coreos-koji-tagger: disable attempting to auth
Do this for now so my container can stop crashing and I can inspect things.
This commit is contained in:
parent
ec2028fcf1
commit
b9307dfcd2
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: COREOS_KOJI_TAGGER_KEYTAB_FILE
|
# - name: COREOS_KOJI_TAGGER_KEYTAB_FILE
|
||||||
value: /etc/coreos-koji-tagger-keytab/koji-keytab
|
# value: /etc/coreos-koji-tagger-keytab/koji-keytab
|
||||||
- name: COREOS_KOJI_TAGGER_USE_STG
|
- name: COREOS_KOJI_TAGGER_USE_STG
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
value: "true"
|
value: "true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue