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:
Dusty Mabe 2019-06-27 16:41:27 -04:00
parent ec2028fcf1
commit b9307dfcd2
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -18,8 +18,8 @@ spec:
spec:
containers:
- env:
- name: COREOS_KOJI_TAGGER_KEYTAB_FILE
value: /etc/coreos-koji-tagger-keytab/koji-keytab
# - name: COREOS_KOJI_TAGGER_KEYTAB_FILE
# value: /etc/coreos-koji-tagger-keytab/koji-keytab
- name: COREOS_KOJI_TAGGER_USE_STG
{% if env == "staging" %}
value: "true"