openshift-apps/compose-tracker: add support for stage secret var
This commit is contained in:
parent
4a91133400
commit
3d5a46daac
1 changed files with 4 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue