Skip to content

Commit

Permalink
fix: 🐛 fix two labels (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
severo authored Jan 30, 2023
1 parent 3ac5a22 commit 668f806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ app.kubernetes.io/component: "{{ include "name" . }}-api"

{{- define "labels.configNames" -}}
{{ include "datasetServer.labels" . }}
app: "{{ include "release" . }}-worker-config-names"
app.kubernetes.io/component: "{{ include "name" . }}-worker-config-names"
{{- end -}}

{{- define "labels.splitNames" -}}
{{ include "datasetServer.labels" . }}
app: "{{ include "release" . }}-worker-split-names"
app.kubernetes.io/component: "{{ include "name" . }}-worker-split-names"
{{- end -}}

{{- define "labels.splits" -}}
Expand Down

0 comments on commit 668f806

Please sign in to comment.