1
0
Fork 0
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:
Aurélien Bompard 2026-06-29 18:43:00 +02:00
commit f4dd0f6c2f
Signed by untrusted user: abompard
GPG key ID: 31584CFEB9BF64AD

View file

@ -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 }}"