fluxcd: node red
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "Executing app deploy."
|
||||
|
||||
kubectl kustomize ./services/node-red/deploy/app | kubectl apply -f -
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
kubectl kustomize ./services/node-red/deploy/flux | kubectl apply -f -
|
||||
@@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "Executing infra deploy."
|
||||
|
||||
kubectl kustomize ./services/node-red/deploy/infra | kubectl apply -f -
|
||||
Reference in New Issue
Block a user