File tree 2 files changed +7
-1
lines changed
charts/minecraft-bedrock/templates
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ metadata:
14
14
chart : " {{ .Chart.Name }}-{{ .Chart.Version }}"
15
15
release : " {{ .Release.Name }}"
16
16
heritage : " {{ .Release.Service }}"
17
+ {{- with .Values.deploymentLabels }}
18
+ {{ toYaml . | nindent 4 }}
19
+ {{- end }}
17
20
spec :
18
21
{{- if .Values.workloadAsStatefulSet }}
19
22
serviceName : {{ template "minecraft.fullname" . }}
@@ -216,7 +219,7 @@ spec:
216
219
volumeClaimTemplates :
217
220
{{- if and .Values.persistence.dataDir.enabled (not .Values.persistence.dataDir.existingClaim) }}
218
221
- metadata :
219
- name : datadir
222
+ name : datadir
220
223
labels :
221
224
app : {{ template "minecraft.fullname" . }}
222
225
chart : " {{ .Chart.Name }}-{{ .Chart.Version }}"
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ metadata:
7
7
chart : " {{ .Chart.Name }}-{{ .Chart.Version }}"
8
8
release : " {{ .Release.Name }}"
9
9
heritage : " {{ .Release.Service }}"
10
+ {{- with .Values.serviceLabels }}
11
+ {{ toYaml . | nindent 4 }}
12
+ {{- end }}
10
13
{{- if .Values.serviceAnnotations }}
11
14
annotations :
12
15
{{- range $key, $value := .Values.serviceAnnotations }}
You can’t perform that action at this time.
0 commit comments