mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
FIX Custom labels indentation (#2073)
* Fix: custom labels indentation Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com> * Update: bump chart version Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
This commit is contained in:
parent
f9a89c4672
commit
4ca208da25
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
apiVersion: v1
|
||||
name: kyverno
|
||||
version: v1.4.1
|
||||
version: v1.4.2
|
||||
appVersion: v1.4.1
|
||||
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
||||
description: Kubernetes Native Policy Management
|
||||
|
|
|
@ -38,7 +38,7 @@ app.kubernetes.io/part-of: {{ template "kyverno.name" . }}
|
|||
app.kubernetes.io/version: "{{ .Chart.Version }}"
|
||||
helm.sh/chart: {{ template "kyverno.chart" . }}
|
||||
{{- if .Values.customLabels }}
|
||||
{{ toYaml .Values.customLabels | indent 4 }}
|
||||
{{ toYaml .Values.customLabels }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue