feat: base policy integration into kubezero platform

This commit is contained in:
Stefan Reimer 2025-06-04 10:41:50 +00:00
parent db1f237a69
commit 12e0b0cfcf
3 changed files with 13 additions and 6 deletions

View File

@ -41,12 +41,6 @@ haproxy:
{{- define "network-argo" }}
# Metallb
ignoreDifferences:
- group: apiextensions.k8s.io
kind: CustomResourceDefinition
jsonPointers:
- /spec/conversion/webhook/clientConfig/caBundle
{{- end }}
{{ include "kubezero-app.app" . }}

View File

@ -0,0 +1,9 @@
{{- define "policy-values" }}
kyverno:
test: true
{{- end }}
{{- define "policy-argo" }}
{{- end }}
{{ include "kubezero-app.app" . }}

View File

@ -30,6 +30,10 @@ addons:
aws-eks-asg-rolling-update-handler:
enabled: false
policy:
enabled: false
targetRevision: 0.1.0
network:
enabled: true
retain: true