Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: cannot install by helm #106

Closed
Nebulazhang opened this issue Jul 11, 2023 · 3 comments
Closed

Bug: cannot install by helm #106

Nebulazhang opened this issue Jul 11, 2023 · 3 comments

Comments

@Nebulazhang
Copy link

Error: INSTALLATION FAILED: template: kubernetes-event-exporter/templates/deployment.yaml:15:28: executing "kubernetes-event-exporter/templates/deployment.yaml" at <include (print $.Template.BasePath "/configmap.yaml") .>: error calling include: template: kubernetes-event-exporter/templates/configmap.yaml:4:11: executing "kubernetes-event-exporter/templates/configmap.yaml" at <include "kubernetes-event-exporter.fullname" .>: error calling include: template: kubernetes-event-exporter/templates/_helpers.tpl:14:14: executing "kubernetes-event-exporter.fullname" at <.Values.fullnameOverride>: nil pointer evaluating interface {}.fullnameOverride

When install the event-exporter by helm according to your doc.

helm install kubernetes-event-exporter kubernetes-event-exporter/kubernetes-event-exporter -n monitoring

@Sarps
Copy link

Sarps commented Jul 11, 2023

Same here

@pmazumda2022
Copy link

@Sarps

Until this is fixed , I changed the manifest like below

template:
metadata:
annotations:
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}

@mustafaakin
Copy link

We are not very familiar with Helm and relied on external contributions. We've decided to discontinue it, please use https://github.com/bitnami/charts/tree/main/bitnami/kubernetes-event-exporter/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants