chore(kyverno): Remove functional.* from migration details

This commit is contained in:
Thorsten Roßner
2025-09-15 12:11:39 +02:00
parent 6703eb03d5
commit 2dc76ae34c

View File

@@ -22,7 +22,7 @@ migrations:
loglevel: {{ if .Values.debug.enabled }}"DEBUG"{{ else }}"INFO"{{ end }}
failOnUnexpectedState: true
environmentDetails:
{{ ( omit .Values "theme" ) | toYaml | nindent 4 }}
{{ ( omit .Values "theme" "functional" ) | toYaml | nindent 4 }}
cleanup: false
containerSecurityContext: