Skip to content

Commit 5bcac68

Browse files
committed
fix init script
1 parent f737ac5 commit 5bcac68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.e2e/scripts/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PLUGIN_IMAGE=$1
55
MYDIR=$(dirname $0)
66
ROOT_DIR=$MYDIR/../../
7-
RESOURCES_FILE=$MYDIR/../../../.e2e/vcluster-resources.yaml
7+
RESOURCES_FILE=$MYDIR/../../.e2e/vcluster-resources.yaml
88

99
kubectl apply -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.70.0/example/prometheus-operator-crd-full/monitoring.coreos.com_podmonitors.yaml
1010
kubectl apply -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.70.0/example/prometheus-operator-crd-full/monitoring.coreos.com_servicemonitors.yaml

0 commit comments

Comments
 (0)