feat: deploy start using kustomization
All checks were successful
Casa Home Assistant CI/CD Pipeline / deploy (push) Successful in 17s

This commit is contained in:
2025-12-07 17:12:05 +00:00
parent dbecd67471
commit a079ae8ffd
12 changed files with 35 additions and 25 deletions

5
ops-scripts/apply-app.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
echo "Executing app deploy."
kubectl kustomize deploy/app | kubectl apply -f -