add a variable for a secret key
This commit is contained in:
parent
f81e726601
commit
c0be3d0f81
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ stringData:
|
|||
django-secret-key: "{{transtats_stg_django_secret_key}}"
|
||||
database-name: "transtats"
|
||||
database-password: "{{transtats_stg_database_password}}"
|
||||
oidc-client-secret: ""
|
||||
oidc-client-secret: "{{transtats_stg_oidc_secret}}"
|
||||
database-host: db01.stg.phx2.fedoraproject.org
|
||||
database-user: transtats
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue