This commit is contained in:
2024-04-25 11:30:53 +02:00
parent 2326289a0d
commit 61ddc99465

View File

@@ -96,7 +96,7 @@ data:
template deploy-policy-default.yaml.tmpl "stages/${STAGE}/deploy/${PROJECT_NAME}/policy.yaml" template deploy-policy-default.yaml.tmpl "stages/${STAGE}/deploy/${PROJECT_NAME}/policy.yaml"
fi fi
copy empty-kusto.yaml "stages/${STAGE}/deploy/kustomization.yaml" copy empty-kusto.yaml "stages/${STAGE}/deploy/kustomization.yaml"
add_resources "../../../bases/deploy" "stages/${STAGE}/deploy/kustomization.yaml" del_resources "../../../bases/deploy" "stages/${STAGE}/deploy/kustomization.yaml"
template stage-kusto.yaml.tmpl "stages/${STAGE}/${PROJECT_NAME}/kustomization.yaml" template stage-kusto.yaml.tmpl "stages/${STAGE}/${PROJECT_NAME}/kustomization.yaml"
template stage-ingress.yaml.tmpl "stages/${STAGE}/${PROJECT_NAME}/ingress.yaml" template stage-ingress.yaml.tmpl "stages/${STAGE}/${PROJECT_NAME}/ingress.yaml"
template stage-cert.yaml.tmpl "stages/${STAGE}/${PROJECT_NAME}/cert.yaml" template stage-cert.yaml.tmpl "stages/${STAGE}/${PROJECT_NAME}/cert.yaml"
@@ -213,6 +213,7 @@ data:
name: install name: install
spec: spec:
path: "./stages/${STAGE}/${PROJECT_NAME}" path: "./stages/${STAGE}/${PROJECT_NAME}"
targetNamespace: "${DOMAIN_NAME}-org-${ORG_NAME}-${STAGE}"
- target: - target:
kind: ImageUpdateAutomation kind: ImageUpdateAutomation
name: update name: update