using resultsdb_httpd_password_encoded instead of resultsdb_httpd_password
This commit is contained in:
parent
6cf9e4a53b
commit
9b539b23d6
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ stringData:
|
|||
ADDITIONAL_RESULT_OUTCOMES = {{ resultsdb_additional_result_outcomes }}
|
||||
.htpasswd: |-
|
||||
{% if env == 'staging' %}
|
||||
{{ stg_resultsdb_httpd_user }}:{{ stg_resultsdb_httpd_password }}
|
||||
{{ stg_resultsdb_httpd_user }}:{{ stg_resultsdb_httpd_password_encoded }}
|
||||
{% else %}
|
||||
{{ prod_resultsdb_httpd_user }}:{{ prod_resultsdb_httpd_password }}
|
||||
{% endif %}
|
||||
{{ prod_resultsdb_httpd_user }}:{{ prod_resultsdb_httpd_password_encoded }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue