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