mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-08 23:23:39 +00:00
Revert "supervisor-oidc: create dynamic config in YTT templates"
This reverts commit 006d96ab92.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user