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 365e99f commit f3f7359Copy full SHA for f3f7359
charts/ingressmonitorcontroller/templates/deployment.yaml
@@ -59,7 +59,7 @@ spec:
59
envFrom:
60
{{- toYaml .Values.envFrom | nindent 8 }}
61
{{- end }}
62
- {{- if .Values.kube-rbac-proxy.resources }}
+ {{ if .Values.kube-rbac-proxy.resources }}
63
resources:
64
{{ toYaml .Values.kube-rbac-proxy.resources | indent 10 }}
65
@@ -78,7 +78,7 @@ spec:
78
port: 8081
79
initialDelaySeconds: 5
80
periodSeconds: 10
81
- {{- if .Values.manager.resources }}
+ {{ if .Values.manager.resources }}
82
83
{{ toYaml .Values.manager.resources | indent 10 }}
84
0 commit comments