Skip to content

Commit 538fb94

Browse files
Merge pull request #30 from EduIDE/quickfix/linting-errors
linter fixes
2 parents f1739e1 + 0037d28 commit 538fb94

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

chart/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version }}
1212
{{- define "theia-shared-cache.selectorLabels" -}}
1313
app.kubernetes.io/name: {{ .Chart.Name }}
1414
app.kubernetes.io/instance: {{ .Release.Name }}
15-
{{- end }}
15+
{{- end -}}

chart/templates/redis-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ spec:
1818
targetPort: metrics
1919
protocol: TCP
2020
selector:
21-
{{- include "theia-shared-cache.selectorLabels" . | nindent 6 }}
21+
{{- include "theia-shared-cache.selectorLabels" . | nindent 4 }}
2222
app.kubernetes.io/component: storage
2323
{{- end }}

chart/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ spec:
1414
targetPort: http
1515
protocol: TCP
1616
selector:
17-
{{- include "theia-shared-cache.selectorLabels" . | nindent 6 }}
17+
{{- include "theia-shared-cache.selectorLabels" . | nindent 4 }}
1818
app.kubernetes.io/component: cache-server
1919
{{- end }}

0 commit comments

Comments
 (0)