Skip to content

Commit

Permalink
chore: remove unused label
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayane Bellazaar committed Sep 21, 2023
1 parent c9738c5 commit 4d35d09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/eth-validator-watcher/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Common labels
app.kubernetes.io/name: {{ include "ethereum-validator-watcher.name" . }}
helm.sh/chart: {{ include "ethereum-validator-watcher.chart" . }}
app.kubernetes.io/instance: ethereum-validator-watcher
app.kubernetes.io/client-type: {{ .Values.clientType }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
Expand All @@ -62,5 +61,4 @@ Selector labels
{{- define "ethereum-validator-watcher.matchLabels" -}}
app.kubernetes.io/name: {{ include "ethereum-validator-watcher.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/client-type: {{ .Values.clientType }}
{{- end -}}

0 comments on commit 4d35d09

Please sign in to comment.