Skip to content

Commit f3f7359

Browse files
Removing dashes
1 parent 365e99f commit f3f7359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/ingressmonitorcontroller/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
envFrom:
6060
{{- toYaml .Values.envFrom | nindent 8 }}
6161
{{- end }}
62-
{{- if .Values.kube-rbac-proxy.resources }}
62+
{{ if .Values.kube-rbac-proxy.resources }}
6363
resources:
6464
{{ toYaml .Values.kube-rbac-proxy.resources | indent 10 }}
6565
{{- end }}
@@ -78,7 +78,7 @@ spec:
7878
port: 8081
7979
initialDelaySeconds: 5
8080
periodSeconds: 10
81-
{{- if .Values.manager.resources }}
81+
{{ if .Values.manager.resources }}
8282
resources:
8383
{{ toYaml .Values.manager.resources | indent 10 }}
8484
{{- end }}

0 commit comments

Comments
 (0)