We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f7359 commit 81f0597Copy full SHA for 81f0597
charts/ingressmonitorcontroller/templates/deployment.yaml
@@ -62,7 +62,7 @@ spec:
62
{{ if .Values.kube-rbac-proxy.resources }}
63
resources:
64
{{ toYaml .Values.kube-rbac-proxy.resources | indent 10 }}
65
- {{- end }}
+ {{ end }}
66
name: manager
67
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
68
imagePullPolicy: {{ .Values.image.pullPolicy }}
@@ -81,7 +81,7 @@ spec:
81
{{ if .Values.manager.resources }}
82
83
{{ toYaml .Values.manager.resources | indent 10 }}
84
85
terminationGracePeriodSeconds: 10
86
{{- with .Values.nodeSelector }}
87
nodeSelector:
0 commit comments