Skip to content

Commit

Permalink
Fix path for applying Istio manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum committed Jun 3, 2024
1 parent f455d54 commit 8c9924b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/full-create-and-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ helm install istio-ingress istio/gateway \
--create-namespace \
--wait

kubectl apply -f /manifests/istio
kubectl apply -f manifests/istio

###################################################
# End Istio
Expand Down

0 comments on commit 8c9924b

Please sign in to comment.