File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
4646Selector labels
4747*/ }}
4848{{- define " helm-chart.selectorLabels" -}}
49- app.kubernetes.io /name: {{ include " helm-chart.name " . }}
49+ app.kubernetes.io /name: {{ include " helm-chart.fullname " . }}
5050app.kubernetes.io /instance: {{ .Release.Name }}
5151{{- end }}
5252
Original file line number Diff line number Diff line change 3535 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
3636 imagePullPolicy : {{ .Values.image.pullPolicy }}
3737 env :
38- {{- toYaml .Values.env | nindent 12}}
3938 {{- toYaml .Values.marketEnv | nindent 12}}
4039 envFrom :
4140 - secretRef :
Original file line number Diff line number Diff line change 11replicaCount : 1
22
3- fullnameOverride : spark-matcher-worker
4-
53image :
64 repository : harbor.infra.sprk.fi/sprk/spark-matcher-worker
75 pullPolicy : IfNotPresent
You can’t perform that action at this time.
0 commit comments