From e295fa1da9ea9d5b84dbf94a17d7fdf272de651a Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Mon, 23 Jun 2025 11:03:18 +0200 Subject: [PATCH] fix: app-of-appify plausible --- values/plausible/manifests/plausible.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/values/plausible/manifests/plausible.yaml b/values/plausible/manifests/plausible.yaml index af65fd4f..98f7fca3 100644 --- a/values/plausible/manifests/plausible.yaml +++ b/values/plausible/manifests/plausible.yaml @@ -9,6 +9,18 @@ spec: namespace: plausible server: 'https://kubernetes.default.svc' sources: + - repoURL: {{ .Values.clusterConfig.manifests }} + targetRevision: HEAD + path: helmfile.d + plugin: + name: helmfile-cmp + env: + - name: CLUSTER_NAME + value: {{ .Values.clusterConfig.cluster }} + - name: HELMFILE_ENVIRONMENT + value: default + - name: HELMFILE_FILE_PATH + value: plausible.yaml.gotmpl - repoURL: 'https://imio.github.io/helm-charts' targetRevision: 0.4.0 chart: plausible-analytics