Reenable pruning for calico

This commit is contained in:
Stefan Reimer 2020-07-08 15:17:35 +01:00
parent c47a089156
commit 412040b096
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero name: kubezero
description: KubeZero ArgoCD Application - Root App of Apps chart of KubeZero description: KubeZero ArgoCD Application - Root App of Apps chart of KubeZero
type: application type: application
version: 0.3.2 version: 0.3.3
home: https://kubezero.com home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords: keywords:

View File

@ -1,7 +1,11 @@
{{- if .Values.calico.enabled }} {{- if .Values.calico.enabled }}
{{ template "kubezero-app.app" dict "root" . "name" "calico" "type" .Values.calico.type "retain" true }} {{ template "kubezero-app.app" dict "root" . "name" "calico" "type" .Values.calico.type "retain" true }}
syncPolicy:
automated:
prune: true
ignoreDifferences: ignoreDifferences:
- group: api - group: apiextensions.k8s.io
kind: CustomResourceDefinition kind: CustomResourceDefinition
jsonPointers: jsonPointers:
- /status - /status