Skip to content

Commit

Permalink
Update setup-k8s-agent-for-local-debug.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Tchang <kevin.tchang@octopus.com>
  • Loading branch information
scme0 and kevjt authored Sep 27, 2024
1 parent ec93686 commit 7a6d854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-k8s-agent-for-local-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo "🏗️ - Adding local persistent volume to kind cluster"
kubectl apply -f k8s-agent-debug-cluster-config/local-persistent-volume.yaml

if [ $? -ne 0 ]; then
echo "❗ - Failed to create local persisten volume. Aborting."
echo "❗ - Failed to create local persistent volume. Aborting."
exit -1
fi

Expand Down

0 comments on commit 7a6d854

Please sign in to comment.