From c27b0fcc863dc5b31faecbe67384c76b12311488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Thu, 23 Oct 2025 14:17:32 +0200 Subject: [PATCH] chore(bootstrap): Added templating --- .templates/application.yaml | 2 +- init-app.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 init-app.sh diff --git a/.templates/application.yaml b/.templates/application.yaml index 775165f..e0d43e5 100644 --- a/.templates/application.yaml +++ b/.templates/application.yaml @@ -11,7 +11,7 @@ spec: project: ${APPLICATION_NAME} source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' - path: manifests/artemis/${APPLICATION_NAME} + path: manifests/${CLUSTER_NAME}/${APPLICATION_NAME} targetRevision: main destination: namespace: ${APPLICATION_NAME} diff --git a/init-app.sh b/init-app.sh new file mode 100755 index 0000000..e69de29