4 lines
148 B
Bash
Executable File
4 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
NAMESPACE=casa-vlan-cicd
|
|
kubectl kustomize ./services/casa-vlan-cicd-runners/deploy | kubectl --namespace ${NAMESPACE} apply -f - |