-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
What do you want to happen?
Hello there.
I wanted to know if it is possible to add the imagePullPolicy to the helm-plugin manager template. It is a small change and I am happy to push a PR.
It's basically add to https://github.com/kubernetes-sigs/kubebuilder/blob/master/pkg/plugins/optional/helm/v1alpha/scaffolds/internal/templates/chart-templates/manager/manager.go#L94:
image: {{ "{{ .Values.controllerManager.container.image.repository }}" }}:{{ "{{ .Values.controllerManager.container.image.tag }}" }}
{{ "{{- if .Values.controllerManager.container.imagePullPolicy }}" }}
imagePullPolicy: {{ "{{ .Values.controllerManager.container.imagePullPolicy }}" }}
{{ "{{- end }}" }}
{{ "{{- if .Values.controllerManager.container.env }}" }}
Let me know if it makes sense and I should proceed. Thanks in advance.
Extra Labels
No response
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.