fix: remove timecapsule module, adjust storage
This commit is contained in:
parent
a6d215b599
commit
e9d451c91c
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezero
|
||||
description: KubeZero - Bootstrap and ArgoCD Root App of Apps chart
|
||||
type: application
|
||||
version: 1.20.8-5
|
||||
version: 1.20.8-6
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
|
@ -1,7 +1,7 @@
|
||||
{{- if and ( not .Values.argocdAppName ) ( not .Values.installKubeZero ) }}
|
||||
# if no ArgoCD is used, only render the global values.yaml for all kubezero modules
|
||||
|
||||
{{- $artifacts := list "calico" "cert-manager" "kiam" "aws-ebs-csi-driver" "aws-efs-csi-driver" "istio" "istio-ingress" "metrics" "logging" "argocd" "timecapsule" "storage" }}
|
||||
{{- $artifacts := list "calico" "cert-manager" "kiam" "aws-ebs-csi-driver" "aws-efs-csi-driver" "istio" "istio-ingress" "metrics" "logging" "argocd" "storage" }}
|
||||
|
||||
{{- range $artifacts }}
|
||||
{{- if index $.Values . }}
|
||||
|
@ -1,8 +1,13 @@
|
||||
{{- define "storage-values" }}
|
||||
|
||||
{{- with index .Values "storage" "storageClass" }}
|
||||
storageClass:
|
||||
{{- . | toYaml | nindent 2 }}
|
||||
{{- with index .Values "storage" "lvm-localpv" }}
|
||||
lvm-localpv:
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
|
||||
{{- with .Values.storage.gemini }}
|
||||
gemini:
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
|
||||
{{- end }}
|
||||
|
@ -1,8 +0,0 @@
|
||||
{{- define "timecapsule-values" }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
{{- define "timecapsule-argo" }}
|
||||
{{- end }}
|
||||
|
||||
{{ include "kubezero-app.app" . }}
|
@ -26,9 +26,6 @@ storage:
|
||||
enabled: false
|
||||
crds: true
|
||||
|
||||
timecapsule:
|
||||
enabled: false
|
||||
|
||||
aws-ebs-csi-driver:
|
||||
enabled: false
|
||||
crds: true
|
||||
|
Loading…
Reference in New Issue
Block a user