fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2024-01-30 11:10:02 +01:00
parent 54af14721a
commit 3fd9d2ac0f
2 changed files with 1 additions and 3 deletions

View File

@ -15,9 +15,7 @@ pushd $DEPLOYMENT_DIR > /dev/null
. /tmp/secrets
rm /tmp/secrets
echo $CLIENT_SECRET
CLIENT_SECRETS=`cat oidc-config.json | sed -e's!%CLIENT_SECRET%!'$CLIENT_SECRET'!'`
echo $CLIENT_SECRETS
kubectl create namespace $NAMESPACE \
--dry-run=client \