Skip to content

Commit

Permalink
delete x2
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgnavar committed Dec 12, 2023
1 parent f2768f6 commit 66d1020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ "$EXTERNAL_SECRET" ]; then

kubectl -n "$NAMESPACE" get es "$EXTERNAL_SECRET"

kubectl -n "$NAMESPACE" get es "$EXTERNAL_SECRET" -o json | jq '.status.conditions.[0].reason' | xargs
kubectl -n "$NAMESPACE" get es "$EXTERNAL_SECRET" -o json | jq

if [ "$(kubectl -n "$NAMESPACE" get es "$EXTERNAL_SECRET" -o json | jq '.status.conditions.[0].reason' | xargs)" == "SecretSynced" ]; then
echo "$EXTERNAL_SECRET OK"
Expand Down

0 comments on commit 66d1020

Please sign in to comment.