fix: app-of-appify otel

This commit is contained in:
2025-06-23 14:50:10 +02:00
parent ecc238a32a
commit 199efe7f49
@@ -12,6 +12,28 @@ spec:
destination:
namespace: otel
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: opentelemetry-collector.yaml.gotmpl
- repoURL: 'https://open-telemetry.github.io/opentelemetry-helm-charts'
targetRevision: 0.107.0
chart: opentelemetry-collector
helm:
valueFiles:
- $values/values/opentelemetry-collector/values/values.yaml
- repoURL: {{ .Values.clusterConfig.manifests }}
targetRevision: main
ref: values
project: sys
syncPolicy:
# managedNamespaceMetadata:
@@ -25,14 +47,4 @@ spec:
prune: true
selfHeal: true
{{- end }}
sources:
- repoURL: 'https://open-telemetry.github.io/opentelemetry-helm-charts'
targetRevision: 0.107.0
chart: opentelemetry-collector
helm:
valueFiles:
- $values/values/opentelemetry-collector/values/values.yaml
- repoURL: {{ .Values.clusterConfig.manifests }}
targetRevision: main
ref: values
{{- end }}