Files
Márcio Fernandes b7fb972c6c flux: kb act runner
2026-06-04 20:46:10 +00:00

9 lines
105 B
Bash
Executable File

#!/bin/bash
set -e
echo "Executing infra deploy."
kubectl kustomize deploy/flux | kubectl apply -f -