File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.5.0
18
+ version : 0.5.1
19
19
20
20
dependencies :
21
21
- name : common
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ metadata:
6
6
namespace : {{ .Release.Namespace }}
7
7
labels :
8
8
app.kubernetes.io/component : backstage
9
- {{- with .Values.serviceAccount.labels }}
10
- {{ toYaml . | trim | indent 8 }}
11
- {{- end }}
9
+ {{- with .Values.serviceAccount.labels }}
10
+ {{- toYaml . | trim | nindent 4 }}
11
+ {{- end }}
12
12
{{- if .Values.serviceAccount.annotations }}
13
13
annotations :
14
14
{{- with .Values.serviceAccount.annotations }}
15
- {{ toYaml . | trim | indent 8 }}
15
+ {{- toYaml . | trim | nindent 4 }}
16
16
{{- end }}
17
17
{{- end }}
18
18
automountServiceAccountToken : {{ .Values.serviceAccount.automountServiceAccountToken }}
19
- {{- end }}
19
+ {{- end }}
You can’t perform that action at this time.
0 commit comments