File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
neo4j-reverse-proxy/templates Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ spec:
4242 value : {{ $.Values.reverseProxy.domain | default "cluster.local" }}
4343 - name : NAMESPACE
4444 value : {{ $.Values.reverseProxy.namespace | default .Release.Namespace }}
45- {{ - with .Values.reverseProxy.resources }}
45+ {{- with .Values.reverseProxy.resources }}
4646 resources :
47- {{ - if hasKey . "requests" | or (hasKey . "limits") }}
48- {{ - omit . "cpu" "memory" | toYaml | nindent 12 }}
49- {{ - else }}
47+ {{- if hasKey . "requests" | or (hasKey . "limits") }}
48+ {{- omit . "cpu" "memory" | toYaml | nindent 12 }}
49+ {{- else }}
5050 requests : {{ . | toYaml | nindent 14 }}
5151 limits : {{ . | toYaml | nindent 14 }}
52- {{ - end }}
53- {{ - end }}
52+ {{- end }}
53+ {{- end }}
5454---
5555apiVersion : v1
5656kind : Service
You can’t perform that action at this time.
0 commit comments