Skip to content

Commit

Permalink
chore: fix pre-commit lints
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Jun 28, 2022
1 parent 18ebcaa commit 2f9d074
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion helm/keycloak/transition-scripts/deploy-gold-active.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ cd ./keycloak/
helm upgrade --install sso-keycloak sso-charts/sso-keycloak \
-n ${NAMESPACE} -f ./values-gold-${NAMESPACE}.yaml \
--version v1.7.1

1 change: 0 additions & 1 deletion helm/keycloak/transition-scripts/set-patroni-active.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ fi
OUTPUT=$(kubectl -n ${NAMESPACE} exec sso-patroni-0 -- curl -s -o /dev/null -w "%{http_code}" -XPATCH -d '{"standby_cluster":null}' http://localhost:8008/config)

echo "::set-output name=patroniconfig::${OUTPUT}"

0 comments on commit 2f9d074

Please sign in to comment.