mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
openshift-apps/compose-tracker: add support for stage secret var
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user