Skip to content

Commit

Permalink
Fix "template: kubernetes-event-exporter/templates/_helpers.tpl:14:14…
Browse files Browse the repository at this point in the history
…: executing "kubernetes-event-exporter.fullname" at <.Values.fullnameOverride>: nil pointer evaluating interface {}.fullnameOverride" while try to install helm charts (#108)

Co-authored-by: YuriYin <yincc8@chinatelecom.cn>
  • Loading branch information
yuriscott and YuriYin authored Jul 21, 2023
1 parent 4f2e057 commit 876fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubernetes-event-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ spec:
{{- include "kubernetes-event-exporter.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
Expand Down

0 comments on commit 876fbd3

Please sign in to comment.