Skip to content

Commit

Permalink
fix(application-template): remove version label in _helpers.tpl selec…
Browse files Browse the repository at this point in the history
…torLabels (#12)

Co-authored-by: kty1965 <[email protected]>
  • Loading branch information
kty1965 and kty1965 authored Jan 29, 2024
1 parent fee8c11 commit e13bb90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/application-template/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,14 @@ Selector labels
*/}}
{{- define "application.server.selectorLabels" -}}
app: {{ include "application.server.name" . }}
version: {{ include "application.server.image.tag" . }}
{{- end }}

{{- define "application.scheduler.selectorLabels" -}}
app: {{ include "application.scheduler.name" . }}
version: {{ include "application.scheduler.image.tag" . }}
{{- end }}

{{- define "application.worker.selectorLabels" -}}
app: {{ include "application.worker.name" . }}
version: {{ include "application.worker.image.tag" . }}
{{- end }}


Expand Down

0 comments on commit e13bb90

Please sign in to comment.