Skip to content

Commit

Permalink
Fix Remove app.kubernetes.io/instance label in crd
Browse files Browse the repository at this point in the history
Signed-off-by: ChoiSungwook <[email protected]>
  • Loading branch information
choisungwook committed Nov 2, 2023
1 parent 9898036 commit a52287d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keda/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Generate basic labels
helm.sh/chart: {{ include "keda.chart" . }}
app.kubernetes.io/component: operator
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Values.operator.name }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
Expand Down

0 comments on commit a52287d

Please sign in to comment.