Removed emoty lines

This commit is contained in:
Laszlo Fogas
2023-08-17 19:24:31 +02:00
parent ba5fabf679
commit c4b19f2801
8 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ type: library
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0 version: 0.3.2
@@ -36,4 +36,3 @@ volumeMounts: &volumeMounts
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}
+3 -3
View File
@@ -1,6 +1,6 @@
dependencies: dependencies:
- name: common - name: common
repository: file://../common repository: file://../common
version: 0.3.0 version: 0.3.2
digest: sha256:4f1fb49a840753587de0b15ccd8ae83f655fc8043d0a71a4cbec228365713b0d digest: sha256:f3a04bcb7f40f2233cb01897d75d20a67407273848dcacaaaccb98e4ccd34509
generated: "2023-06-08T16:30:30.052037+02:00" generated: "2023-08-17T19:19:57.935808174+02:00"
+1 -1
View File
@@ -19,5 +19,5 @@ version: 0.53.0
dependencies: dependencies:
- name: common - name: common
version: 0.3.0 version: 0.3.2
repository: file://../common repository: file://../common
Binary file not shown.
Binary file not shown.
+5 -5
View File
@@ -63,12 +63,12 @@ spec:
{{- end }} {{- end }}
volumeMounts: volumeMounts:
{{- range $.Values.volumes }} {{- range $.Values.volumes }}
{{if (or (hasPrefix "shared-" .name) (hasPrefix "init-" .name))}} {{- if (or (hasPrefix "shared-" .name) (hasPrefix "init-" .name))}}
- mountPath: {{ .path }} - mountPath: {{ .path }}
name: {{ .name }} name: {{ .name }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{if .securityContext }} {{- if .securityContext }}
securityContext: securityContext:
{{- toYaml .securityContext | nindent 12 }} {{- toYaml .securityContext | nindent 12 }}
{{- end}} {{- end}}
@@ -85,13 +85,13 @@ spec:
- -c - -c
- {{ .Values.command | quote }} - {{ .Values.command | quote }}
{{- end }} {{- end }}
{{- include "common.envFromRef.tpl" . | nindent 10 }} {{- include "common.envFromRef.tpl" . | nindent 10 -}}
ports: ports:
{{- if not .Values.ports }} {{- if not .Values.ports }}
- name: http - name: http
containerPort: {{ .Values.containerPort }} containerPort: {{ .Values.containerPort }}
protocol: TCP protocol: TCP
{{ else }} {{- else }}
{{- range .Values.ports }} {{- range .Values.ports }}
- name: {{ .name }} - name: {{ .name }}
containerPort: {{ .containerPort }} containerPort: {{ .containerPort }}
@@ -119,7 +119,7 @@ spec:
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- include "common.volumeMountsRef.tpl" . | nindent 10 }} {{- include "common.volumeMountsRef.tpl" . | nindent 10 }}
{{- if not .Values.resources.ignore }} {{- if not .Values.resources.ignore -}}
resources: resources:
{{- if .Values.resources.ignoreLimits }} {{- if .Values.resources.ignoreLimits }}
requests: requests:
+1 -1
View File
@@ -31,7 +31,7 @@ spec:
{{- if .Values.nodePort }} {{- if .Values.nodePort }}
nodePort: {{ .Values.nodePort }} nodePort: {{ .Values.nodePort }}
{{- end }} {{- end }}
{{ else }} {{- else }}
{{- range .Values.ports }} {{- range .Values.ports }}
- name: {{ .name }} - name: {{ .name }}
port: {{ if .svcPort }}{{ .svcPort }}{{ else }}{{ .containerPort }}{{ end }} port: {{ if .svcPort }}{{ .svcPort }}{{ else }}{{ .containerPort }}{{ end }}