Skip to content

Commit

Permalink
Made improvements to k8s utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgall committed Aug 16, 2020
1 parent 08a4bda commit 6a1924a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .utils/apply
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ do

kubectx "$line" > /dev/null
cat k8s.yml | envsubst | kubectl apply -n ${NAMESPACE} -f -
cat secrets.yml | envsubst | kubectl apply -n ${NAMESPACE} -f -

echo ""
echo "==================================================="
Expand Down
1 change: 1 addition & 0 deletions .utils/delete
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ do

kubectx "$line" > /dev/null
cat k8s.yml | envsubst | kubectl delete -n ${NAMESPACE} -f -
cat secrets.yml | envsubst | kubectl apply -n ${NAMESPACE} -f -

echo ""
echo "==================================================="
Expand Down

0 comments on commit 6a1924a

Please sign in to comment.