Skip to content

Commit

Permalink
Fix helm template
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
  • Loading branch information
jkremser committed Oct 10, 2024
1 parent ec32c62 commit 83aae3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helmchart/otel-add-on/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,14 @@ spec:
value: {{ .Values.settings.metricStoreRetentionSeconds | quote }}
- name: IS_ACTIVE_POLLING_INTERVAL_MS
value: {{ .Values.settings.isActivePollingIntervalMilliseconds | quote }}
{{- if .Values.settings.noColor }}
- name: NO_COLOR
value: {{ .Values.settings.noColor | quote }}
{{- end }}
{{- if .Values.settings.noBanner }}
- name: NO_BANNER
value: {{ .Values.settings.noBanner | quote }}
{{- end }}
livenessProbe:
grpc:
port: {{ .Values.service.kedaExternalScalerPort }}
Expand Down

0 comments on commit 83aae3c

Please sign in to comment.