1 Commits
0.0.1 ... 0.0.2

Author SHA1 Message Date
54af14721a fix
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-01-30 11:07:14 +01:00

View File

@ -15,6 +15,10 @@ 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 \
-o yaml | \