Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-09-22 12:26:17 +02:00
parent 6a1d210c8a
commit 1784fd2189
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 2 additions and 2 deletions

View file

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

View file

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