openshift-apps/compose-tracker: add support for stage secret var

This commit is contained in:
Dusty Mabe 2019-06-03 11:17:48 -04:00
parent 4a91133400
commit 3d5a46daac
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -6,4 +6,8 @@ metadata:
app: compose-tracker
type: Opaque
stringData:
{% if env == "staging" %}
PAGURE_TOKEN: "{{compose_tracker_pagure_token_stg}}"
{% else %}
PAGURE_TOKEN: "{{compose_tracker_pagure_token}}"
{% endif %}