Files
git.limbosolutions.com/deploy/act-runners/mf/ops-scripts/apply-infra.sh
Márcio Fernandes 8730c3217b
All checks were successful
/ continuous-deploy (push) Successful in 19s
mf-ci-cd
2026-04-18 23:14:14 +00:00

5 lines
83 B
Bash
Executable File

#!/bin/bash
set -e
NAMESPACE=mf-cicd
kubectl create namespace ${NAMESPACE} || true