Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Oct 28, 2024
1 parent 26136e2 commit 5eaa5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ argocd app sync -l app.kubernetes.io/part-of=harbor-registry
while true
do
ink "Wait for minio s3 endpoint to be ready"
endpoints=$(kubectl get svc minio -n minio -o jsonpath='{.subsets[0].addresses[*].ip}')
endpoints=$(kubectl get endpoints minio -n minio -o jsonpath='{.subsets[*].addresses[*].ip}')
if [ "$endpoints" ]; then
break
fi
Expand Down

0 comments on commit 5eaa5c3

Please sign in to comment.