Skip to content

Commit

Permalink
extraEnv: fix template indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Oct 25, 2022
1 parent ff70be7 commit 52643fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketchat/templates/chat-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ spec:
value: {{ .Values.prometheusScraping.enabled | default "false" | quote }}
{{- end}} # end of microservices envvar. options
{{- with .Values.extraEnv }}
{{ tpl . $ | indent 8 }}
{{- include "common.tplvalues.render" (dict "value" . "context" $) | nindent 8 }}
{{- end }}
ports:
- name: http
Expand Down

0 comments on commit 52643fa

Please sign in to comment.