fix relative path issue

This commit is contained in:
2024-07-14 19:15:07 +10:00
parent 21e8890890
commit aa396f32ee

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