Merge pull request #444 from 3dwardch3ng/rework

fix relative path issue
This commit is contained in:
2024-07-14 19:15:23 +10:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -e
kubectl apply -f ../crd/kustomization.yaml
kubectl apply -f ../../crd/kustomization.yaml
kubectl apply -f ./kustomization.yaml