Merge pull request #444 from 3dwardch3ng/rework
fix relative path issue
This commit is contained in:
2
apps/argocd/env/k3s-cluster/deploy.sh
vendored
2
apps/argocd/env/k3s-cluster/deploy.sh
vendored
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
kubectl apply -f ../crd/kustomization.yaml
|
kubectl apply -f ../../crd/kustomization.yaml
|
||||||
kubectl apply -f ./kustomization.yaml
|
kubectl apply -f ./kustomization.yaml
|
||||||
Reference in New Issue
Block a user