flux: add flux as cd

This commit is contained in:
Márcio Fernandes
2026-06-05 22:46:46 +00:00
parent 1b8f537a05
commit be2a2e6ea2
14 changed files with 48 additions and 107 deletions
-5
View File
@@ -1,5 +0,0 @@
#!/bin/bash
set -e
echo "Executing app deploy."
kubectl kustomize deploy/app | kubectl apply -f -
-5
View File
@@ -1,5 +0,0 @@
#!/bin/bash
set -e
echo "Executing infra deploy."
kubectl kustomize deploy/infra | kubectl apply -f -