added node red
All checks were successful
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s
All checks were successful
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s
This commit is contained in:
5
services/node-red/ops-scripts/apply-app.sh
Executable file
5
services/node-red/ops-scripts/apply-app.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "Executing app deploy."
|
||||
|
||||
kubectl kustomize ./services/node-red/deploy/app | kubectl apply -f -
|
||||
Reference in New Issue
Block a user