Skip to content

Commit

Permalink
chore: update chart
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Oct 21, 2024
1 parent e0f2b9b commit b5df5ab
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 46 deletions.
3 changes: 3 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ spec:
{{- if (tpl .Values.otel.collector .) }}
- --otel-collector-url={{ tpl .Values.otel.collector . | default "" }}
{{- end }}
{{- if .Values.labelsAllowList}}
- --metric-labels-allowlist={{ join "," .Values.labelsAllowList }}
{{- end}}
{{- if (tpl .Values.otel.serviceName .) }}
- --otel-service-name={{ tpl .Values.otel.serviceName . | default "canary-checker" }}
{{- end }}
Expand Down
Loading

0 comments on commit b5df5ab

Please sign in to comment.