Add kyverno chart 3.4.1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{{- if .Values.reportsController.apiPriorityAndFairness }}
|
||||
apiVersion: {{ template "kyverno.flowcontrol.apiVersion" . }}
|
||||
kind: PriorityLevelConfiguration
|
||||
metadata:
|
||||
name: {{ template "kyverno.reports-controller.name" . }}
|
||||
labels:
|
||||
{{- include "kyverno.reports-controller.labels" . | nindent 4 }}
|
||||
{{- with .Values.reportsController.priorityLevelConfigurationSpec }}
|
||||
spec:
|
||||
{{- tpl (toYaml .) $ | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user