mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-08 18:15:48 +00:00
fix: chart app.kubernetes.io/instance
label value (#7315)
Signed-off-by: Mathew Wicks <thesuperzapper@users.noreply.github.com>
This commit is contained in:
parent
ad1c2d6bca
commit
35e378358d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ app.kubernetes.io/version: {{ template "kyverno.chartVersion" . }}
|
|||
|
||||
{{- define "kyverno.matchLabels.common" -}}
|
||||
app.kubernetes.io/part-of: {{ template "kyverno.fullname" . }}
|
||||
app.kubernetes.io/instance: {{ template "kyverno.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "kyverno.labels.component" -}}
|
||||
|
|
Loading…
Add table
Reference in a new issue