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