Secret now properly deployable

This commit is contained in:
2026-01-16 11:28:03 +01:00
parent 4bca3ae403
commit 30657be6c2
2 changed files with 9 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
NAMESPACE="labhelper"
SECRET_NAME="django-secret"
SECRET_FILE="argocd/secret.yaml"
SECRET_FILE="k8s-templates/secret.yaml"
# Check if secret file exists
if [ ! -f "$SECRET_FILE" ]; then