Add Templates to pretty config

This commit is contained in:
2024-05-10 13:23:06 +02:00
parent 58438cfe1c
commit 65bc5a070b
2 changed files with 6 additions and 1 deletions

View File

@ -28,7 +28,7 @@ else
export SP_APPLICATION=$(jq -r .[0].object.data.values $BINDING_CONTEXT_PATH | base64 -d | yq '.helm.release')
flux create source helm $SP_APPLICATION \
--namespace=$SP_ACCOUNT \
--namespace=$SP_CUSTOMER_ID \
--url=oci://registry.badhouseplants.net/softplayer/helm
flux create helmrelease $SP_APPLICATION \