From cb56517d44e1171dcd268fe8ed5f6b4506718ca8 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 16 Feb 2018 12:51:32 +0000 Subject: [PATCH] s/djang/django/ Signed-off-by: Patrick Uiterwijk --- roles/openshift-apps/transtats/templates/secret.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/transtats/templates/secret.yml b/roles/openshift-apps/transtats/templates/secret.yml index d904b14ff7..3c2c9f8e6a 100644 --- a/roles/openshift-apps/transtats/templates/secret.yml +++ b/roles/openshift-apps/transtats/templates/secret.yml @@ -6,7 +6,7 @@ metadata: app: "transtats" stringData: {% if env == 'staging' %} - djang-secret-key: "{{transtats_stg_django_secret_key}}" + django-secret-key: "{{transtats_stg_django_secret_key}}" database-password: "{{transtats_stg_database_password}}" oidc-client-secret: "" database-host: db01.stg.phx2.fedoraproject.org