Code reviewed; Package versions updated to latest (incl. Django 6)
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Has been cancelled

This commit is contained in:
2026-01-20 09:51:08 +01:00
parent 492f8b4e90
commit 18fac6e8b9
17 changed files with 540 additions and 653 deletions

View File

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