Skip to content

Commit 912eaf3

Browse files
committed
fix(helm): Trainer service selectorlabels fix
1 parent 3e9da31 commit 912eaf3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deployment/kubernetes/charts/medcat-trainer-helm/templates/medcat-trainer-secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
name: {{ include "medcat-trainer-helm.fullname" . }}-secret
55
labels:
66
{{- include "medcat-trainer-helm.labels" . | nindent 4 }}
7+
app.kubernetes.io/component: medcat-trainer
78
stringData:
89
DB_NAME: {{ .Values.postgresql.auth.database }}
910
DB_USER: "{{ .Values.postgresql.auth.username }}"

0 commit comments

Comments
 (0)