Add draft metrics chart

This commit is contained in:
Stefan Reimer 2020-07-30 18:18:32 +01:00
parent a84fcf0a63
commit db26111872
4 changed files with 11 additions and 1 deletions

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