Skip to content

Commit

Permalink
fix for the tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Oct 28, 2024
1 parent 8e5844e commit bb51e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/port-k8s-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
value: {{ .Values.eventListener.authenticationMechanism | quote }}
{{- end }}
{{- if .Values.extraEnv }}
{{- tpl (toYaml .) $ | nindent 12 }}
{{- tpl (toYaml .Values.extraEnv) $ | nindent 12 }}
{{- end }}
volumeMounts:
- name: config-volume
Expand Down

0 comments on commit bb51e23

Please sign in to comment.