From 2f9d0746a6e8245ee390d9504e5660f7dc63214d Mon Sep 17 00:00:00 2001 From: Junmin Ahn Date: Mon, 27 Jun 2022 17:13:57 -0700 Subject: [PATCH] chore: fix pre-commit lints --- helm/keycloak/transition-scripts/deploy-gold-active.sh | 1 - helm/keycloak/transition-scripts/set-patroni-active.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/helm/keycloak/transition-scripts/deploy-gold-active.sh b/helm/keycloak/transition-scripts/deploy-gold-active.sh index b2d1080e..72a3b3a0 100755 --- a/helm/keycloak/transition-scripts/deploy-gold-active.sh +++ b/helm/keycloak/transition-scripts/deploy-gold-active.sh @@ -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 - diff --git a/helm/keycloak/transition-scripts/set-patroni-active.sh b/helm/keycloak/transition-scripts/set-patroni-active.sh index 63d0847b..8905fca1 100755 --- a/helm/keycloak/transition-scripts/set-patroni-active.sh +++ b/helm/keycloak/transition-scripts/set-patroni-active.sh @@ -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}" -