Skip to content
Snippets Groups Projects
Verified Commit a008b75d authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix cronjob-recreate-clients

parent f0837c21
No related branches found
No related tags found
1 merge request!55fix cronjob-recreate-clients
Pipeline #9697 failed
apiVersion: v1
description: A Helm chart for Stackspin's Single sign-on components
name: single-sign-on
version: 0.4.2
version: 0.4.3
......@@ -61,7 +61,7 @@ spec:
--silent \
--write-out "\nRequesting oauth client $CLIENT_NAME: HTTP %{http_code}\n" \
| tail -1 \
| grep 404; \
| grep 401; \
if [ $? -eq 0 ]; then \
echo "Client doesn't exist. (Re)creating client..."; \
curl --header "Content-Type: application/json" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment