Skip to content

Commit

Permalink
Update .github/scripts/install-kyma.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Wisniewski <[email protected]>
  • Loading branch information
dbadura and mrCherry97 authored Feb 6, 2025
1 parent e598066 commit 8006b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install-kyma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ ! -f "./bin/kyma" ]; then
echo "Kyma CLI Download finished"
fi

#Create if not exist
# Create if not exist
kubectl get ns kyma-system || kubectl create ns kyma-system

./bin/kyma alpha deploy
Expand Down

0 comments on commit 8006b36

Please sign in to comment.