Skip to content

Commit

Permalink
Update _helpers.tpl to remove annotations: (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: RealAnna <[email protected]>
  • Loading branch information
RealAnna authored Jan 8, 2024
1 parent 5660888 commit c6c4e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/common/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ Create the name of the service account to use
{{- define "common.annotations" -}}
{{- if or .context.Values.annotations .context.Values.global.commonAnnotations }}
{{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .context.Values.annotations .context.Values.global.commonAnnotations ) "context" .context ) }}
annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" .context) | nindent 4 }}
{{- include "common.tplvalues.render" ( dict "value" $annotations "context" .context) | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit c6c4e43

Please sign in to comment.