Badges: add missing secrets
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
14f399e536
commit
87101fc5da
2 changed files with 4 additions and 6 deletions
|
@ -103,10 +103,10 @@
|
|||
template: buildconfig.yml
|
||||
objectname: buildconfig.yml
|
||||
|
||||
# - role: openshift/object
|
||||
# app: badges
|
||||
# template: secrets.yml
|
||||
# objectname: secrets.yml
|
||||
- role: openshift/object
|
||||
app: badges
|
||||
template: secrets.yml
|
||||
objectname: secrets.yml
|
||||
|
||||
- role: openshift/object
|
||||
app: badges
|
||||
|
|
|
@ -5,9 +5,7 @@ metadata:
|
|||
name: badges
|
||||
stringData:
|
||||
{% if env == 'staging' %}
|
||||
oidc-client-secret: {{ badges_stg_oidc_client_secret }}
|
||||
redis-password: {{ badges_stg_redis_password }}
|
||||
{% else %}
|
||||
oidc-client-secret: {{ badges_prod_oidc_client_secret }}
|
||||
redis-password: {{ badges_prod_redis_password }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue