Skip to content

Commit

Permalink
fix(ci): fix typo in openebs-operator.yaml URL
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Dec 8, 2023
1 parent 4799acf commit be2251a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/upgrade/jiva/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ echo "Install jiva-operator in 2.8.0"
kubectl create ns openebs

kubectl apply -f https://openebs.github.io/charts/versioned/2.8.0/jiva-operator.yaml \
-f https://https://openebs.github.io/charts/versioned/2.8.0/openebs-operator.yaml
-f https://openebs.github.io/charts/versioned/2.8.0/openebs-operator.yaml
sleep 100

echo "Wait for jiva-operator to start"
Expand Down

0 comments on commit be2251a

Please sign in to comment.