Skip to content

Commit

Permalink
Upgrade cluster scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitmaji committed Sep 21, 2022
1 parent 0fbc70a commit 1853bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_k8s/gok
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,6 @@ elif [ "$CMD" == "patch" ]; then
if [ "$RESOURCE" == "ingress" ]; then
patchLetsEncrypt "$NAME" "$NS"
elif [ "$RESOURCE" == "ingress-secure" ]; then
patchLdapSecure "$NAME" "NS"
patchLdapSecure "$NAME" "$NS"
fi
fi

0 comments on commit 1853bbc

Please sign in to comment.