Add draft metrics chart
This commit is contained in:
parent
8f5ba87b9a
commit
676273f7e2
@ -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.11
|
version: 0.4.0
|
||||||
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:
|
||||||
|
@ -27,4 +27,5 @@ Source code can be found [here](https://kubezero.com)
|
|||||||
| istio.enabled | bool | `false` | |
|
| istio.enabled | bool | `false` | |
|
||||||
| kiam.enabled | bool | `false` | |
|
| kiam.enabled | bool | `false` | |
|
||||||
| local-volume-provisioner.enabled | bool | `false` | |
|
| local-volume-provisioner.enabled | bool | `false` | |
|
||||||
|
| metrics.enabled | bool | `false` | |
|
||||||
| platform | string | `"aws"` | |
|
| platform | string | `"aws"` | |
|
||||||
|
6
charts/kubezero/templates/metrics.yaml
Normal file
6
charts/kubezero/templates/metrics.yaml
Normal 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 }}
|
@ -35,3 +35,6 @@ aws-efs-csi-driver:
|
|||||||
|
|
||||||
istio:
|
istio:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
metrics:
|
||||||
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user