parent
6a1d210c8a
commit
1784fd2189
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ spec:
|
|||
github:
|
||||
secret: "{{ datagrepper_stg_github_secret }}"
|
||||
{% endif %}
|
||||
{% if datagrepper_github_secret is defined and env == 'production' %}
|
||||
{% if datagrepper_prod_github_secret is defined and env == 'production' %}
|
||||
- type: GitHub
|
||||
github:
|
||||
secret: "{{ datagrepper_prod_github_secret }}"
|
||||
|
|
|
@ -35,7 +35,7 @@ spec:
|
|||
github:
|
||||
secret: "{{ datanommer_stg_github_secret }}"
|
||||
{% endif %}
|
||||
{% if datanommer_github_secret is defined and env == 'production' %}
|
||||
{% if datanommer_prod_github_secret is defined and env == 'production' %}
|
||||
- type: GitHub
|
||||
github:
|
||||
secret: "{{ datanommer_prod_github_secret }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue