master #9

Merged
stefan merged 96 commits from master into stable 2020-08-24 11:15:28 +00:00
4 changed files with 11 additions and 1 deletions
Showing only changes of commit db26111872 - Show all commits

View File

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

View File

@ -27,4 +27,5 @@ Source code can be found [here](https://kubezero.com)
| istio.enabled | bool | `false` | |
| kiam.enabled | bool | `false` | |
| local-volume-provisioner.enabled | bool | `false` | |
| metrics.enabled | bool | `false` | |
| platform | string | `"aws"` | |

View File

@ -0,0 +1,6 @@
{{- if index .Values "metrics" "enabled" }}
{{ template "kubezero-app.app" dict "root" . "name" "metrics" "type" "helm" }}
syncPolicy:
automated:
prune: true
{{- end }}

View File

@ -35,3 +35,6 @@ aws-efs-csi-driver:
istio:
enabled: false
metrics:
enabled: false