Skip to content
Snippets Groups Projects
Verified Commit aba20d8b authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

opentelemetry: Fix application declaration

This fixes the missing version chart version, and the wrong chart to install.

Refs. swh/infra/sysadm-environment#4524
parent 84427d31
No related branches found
No related tags found
1 merge request!49Add templatized opentelemetry (log) collector configuration as an argocd application
......@@ -12,11 +12,11 @@ spec:
revisionHistoryLimit: 2
project: {{ .Values.defaultProject }}
source:
chart: open-telemetry/opentelemetry-operator
chart: opentelemetry-collector
repoURL: https://open-telemetry.github.io/opentelemetry-helm-charts
targetRevision: {{ .Values.otlpCollector.version }}
helm:
releaseName: opentelemetry-operator
releaseName: opentelemetry-collector
values: |
{{- $collector_config_tpl | nindent 8 }}
......
......@@ -44,6 +44,7 @@ ingressNginx:
otlpCollector:
enabled: false
debug: false
# version: 0.57.0
# namespace: opentelemetry
# indexes:
# swh: staging-logs
......
......@@ -22,6 +22,7 @@ certManager:
otlpCollector:
enabled: true
version: 0.57.0
debug: false
indexes:
swh: staging-logs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment