Skip to content

Commit

Permalink
Fix ssl deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw committed Nov 26, 2024
1 parent 3833028 commit f599e91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/ssl/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ kubectl create secret generic "$selfSignedCertsSecretName" \
--dry-run=client -o=yaml | \
kubectl apply --namespace "$namespace" -f - > /dev/null;

args=(--set "tyk-bootstrap.bootstrap.dashboard.sslInsecureSkipVerify=true" \
args=(
--set "tyk-bootstrap.bootstrap.sslInsecureSkipVerify=true" \

--set "global.tls.dashboard=true" \
--set "tyk-dashboard.dashboard.tls.secretName=$certsSecretName" \
Expand Down

0 comments on commit f599e91

Please sign in to comment.