diff --git a/roles/openshift-apps/resultsdb/templates/backend/secrets.yml b/roles/openshift-apps/resultsdb/templates/backend/secrets.yml index 13be3fc211..1bcbabe94d 100644 --- a/roles/openshift-apps/resultsdb/templates/backend/secrets.yml +++ b/roles/openshift-apps/resultsdb/templates/backend/secrets.yml @@ -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 %} \ No newline at end of file + {{ prod_resultsdb_httpd_user }}:{{ prod_resultsdb_httpd_password_encoded }} +{% endif %}