From 18aab648c61af92c76ae889c63179612d68e3ed4 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 25 Apr 2020 12:34:03 -0400 Subject: [PATCH] you have got to be kidding me --- k8s/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 99e807c..cc42c32 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -18,7 +18,7 @@ spec: - configMapRef: name: $DEPLOY - secretRef: - name: $django-secrets + name: django-secrets volumeMounts: - mountPath: /app/db name: $DEPLOY