using kustomization for deploy
This commit is contained in:
7
ops-scripts/apply-infra.sh
Executable file
7
ops-scripts/apply-infra.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "Executing infra deploy."
|
||||
|
||||
kubectl kustomize deploy/infra | kubectl apply -f -
|
||||
|
||||
|
||||
Reference in New Issue
Block a user