From a6b6d19c7c3066c0af248a80953341dadda1dc30 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 30 Jan 2024 20:05:51 +0100 Subject: [PATCH] feat: add archmeister --- archmeister/applicationset.yaml | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 archmeister/applicationset.yaml diff --git a/archmeister/applicationset.yaml b/archmeister/applicationset.yaml new file mode 100644 index 00000000..1653dea6 --- /dev/null +++ b/archmeister/applicationset.yaml @@ -0,0 +1,34 @@ +apiVersion: argoproj.io/v1alpha1 +kind: ApplicationSet +metadata: + name: archmeister + namespace: argocd +spec: + generators: + - list: + elements: + - cluster: https://kubernetes.default.svc + env: prod + hostname: archmeister.srv.oceanbox.io + - cluster: https://kubernetes.default.svc + env: staging + hostname: archmeister.beta.oceanbox.io + template: + metadata: + name: '{{ env }}-archmeister' + spec: + project: atlantis + destination: + namespace: oceanbox + server: '{{ cluster }}' + source: + path: archmeister + plugin: + name: kustomize-helm-with-rewrite + parameters: + - name: env + string: '{{ env }}' + - name: hostname + string: '{{ hostname }}' + repoURL: https://gitlab.com/oceanbox/charts.git + targetRevision: HEAD