forked from infra/ansible
Jira-sync: there is no stg token for backends
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
0ec84de2f4
commit
f4dd0f6c2f
1 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ apiVersion: v1
|
|||
metadata:
|
||||
name: jira-sync
|
||||
stringData:
|
||||
jira-token: "{{ (env == 'staging')|ternary(jira_sync_stg_jira_token, jira_sync_prod_jira_token) }}"
|
||||
githubcom-token: "{{ (env == 'staging')|ternary(jira_sync_stg_githubcom_token, jira_sync_prod_githubcom_token) }}"
|
||||
gitlabcom-token: "{{ (env == 'staging')|ternary(jira_sync_stg_gitlabcom_token, jira_sync_prod_gitlabcom_token) }}"
|
||||
codebergorg-token: "{{ (env == 'staging')|ternary(jira_sync_stg_codebergorg_token, jira_sync_prod_codebergorg_token) }}"
|
||||
jira-token: "{{ jira_sync_jira_token }}"
|
||||
githubcom-token: "{{ jira_sync_githubcom_token }}"
|
||||
gitlabcom-token: "{{ jira_sync_gitlabcom_token }}"
|
||||
codebergorg-token: "{{ jira_sync_codebergorg_token }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue