feat: base policy integration into kubezero platform
This commit is contained in:
parent
db1f237a69
commit
12e0b0cfcf
@ -41,12 +41,6 @@ haproxy:
|
|||||||
|
|
||||||
|
|
||||||
{{- define "network-argo" }}
|
{{- define "network-argo" }}
|
||||||
# Metallb
|
|
||||||
ignoreDifferences:
|
|
||||||
- group: apiextensions.k8s.io
|
|
||||||
kind: CustomResourceDefinition
|
|
||||||
jsonPointers:
|
|
||||||
- /spec/conversion/webhook/clientConfig/caBundle
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{ include "kubezero-app.app" . }}
|
{{ include "kubezero-app.app" . }}
|
||||||
|
9
charts/kubezero/templates/policy.yaml
Normal file
9
charts/kubezero/templates/policy.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{{- define "policy-values" }}
|
||||||
|
kyverno:
|
||||||
|
test: true
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
{{- define "policy-argo" }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
{{ include "kubezero-app.app" . }}
|
@ -30,6 +30,10 @@ addons:
|
|||||||
aws-eks-asg-rolling-update-handler:
|
aws-eks-asg-rolling-update-handler:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
policy:
|
||||||
|
enabled: false
|
||||||
|
targetRevision: 0.1.0
|
||||||
|
|
||||||
network:
|
network:
|
||||||
enabled: true
|
enabled: true
|
||||||
retain: true
|
retain: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user