mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +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
|
apiVersion: v1
|
||||||
name: kyverno
|
name: kyverno
|
||||||
version: v1.4.1
|
version: v1.4.2
|
||||||
appVersion: v1.4.1
|
appVersion: v1.4.1
|
||||||
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
||||||
description: Kubernetes Native Policy Management
|
description: Kubernetes Native Policy Management
|
||||||
|
|
|
@ -38,7 +38,7 @@ app.kubernetes.io/part-of: {{ template "kyverno.name" . }}
|
||||||
app.kubernetes.io/version: "{{ .Chart.Version }}"
|
app.kubernetes.io/version: "{{ .Chart.Version }}"
|
||||||
helm.sh/chart: {{ template "kyverno.chart" . }}
|
helm.sh/chart: {{ template "kyverno.chart" . }}
|
||||||
{{- if .Values.customLabels }}
|
{{- if .Values.customLabels }}
|
||||||
{{ toYaml .Values.customLabels | indent 4 }}
|
{{ toYaml .Values.customLabels }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue