Revert "supervisor-oidc: create dynamic config in YTT templates"

This reverts commit 006d96ab92.
This commit is contained in:
Ryan Richard
2020-10-06 13:35:05 -07:00
parent 14f1d86833
commit 78cc49d658
3 changed files with 1 additions and 34 deletions

View File

@@ -177,16 +177,12 @@ kubectl create secret generic "$test_username" \
#
# Deploy the Pinniped Supervisor
#
issuer_url=https://todo.what-should-this-be
pushd deploy-supervisor >/dev/null
log_note "Deploying the Pinniped Supervisor app to the cluster..."
ytt --file . \
--data-value "image_repo=$registry_repo" \
--data-value "image_tag=$tag" \
--data-value "issuer_url=$issuer_url" \
>"$manifest"
--data-value "image_tag=$tag" >"$manifest"
kapp deploy --yes --app "pinniped-supervisor" --diff-changes --file "$manifest"