Add openapi-schema files to deployment yaml and adjust directory
This commit is contained in:
parent
a861bb4daa
commit
929280973a
@ -338,7 +338,7 @@ if [ "$alternate_deploy" != "undefined" ] || [ "$alternate_deploy_supervisor" !=
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
log_note "Deploying the Pinniped Supervisor app to the cluster using kapp..."
|
log_note "Deploying the Pinniped Supervisor app to the cluster using kapp..."
|
||||||
pushd deploy/supervisor >/dev/null
|
pushd deploy/supervisor/config >/dev/null
|
||||||
ytt --file . \
|
ytt --file . \
|
||||||
--data-value "app_name=$supervisor_app_name" \
|
--data-value "app_name=$supervisor_app_name" \
|
||||||
--data-value "namespace=$supervisor_namespace" \
|
--data-value "namespace=$supervisor_namespace" \
|
||||||
@ -380,7 +380,7 @@ if [ "$alternate_deploy" != "undefined" ] || [ "$alternate_deploy_concierge" !=
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
log_note "Deploying the Pinniped Concierge app to the cluster using kapp..."
|
log_note "Deploying the Pinniped Concierge app to the cluster using kapp..."
|
||||||
pushd deploy/concierge >/dev/null
|
pushd deploy/concierge/config >/dev/null
|
||||||
ytt --file . \
|
ytt --file . \
|
||||||
--data-value "app_name=$concierge_app_name" \
|
--data-value "app_name=$concierge_app_name" \
|
||||||
--data-value "namespace=$concierge_namespace" \
|
--data-value "namespace=$concierge_namespace" \
|
||||||
|
Loading…
Reference in New Issue
Block a user