fix: remove timecapsule module, adjust storage

This commit is contained in:
Stefan Reimer 2021-08-31 17:33:54 +02:00
parent e64214dd66
commit 568d2dde9f
5 changed files with 10 additions and 16 deletions

View File

@ -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:

View File

@ -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 . }}

View File

@ -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 }}

View File

@ -1,8 +0,0 @@
{{- define "timecapsule-values" }}
{{- end }}
{{- define "timecapsule-argo" }}
{{- end }}
{{ include "kubezero-app.app" . }}

View File

@ -26,9 +26,6 @@ storage:
enabled: false
crds: true
timecapsule:
enabled: false
aws-ebs-csi-driver:
enabled: false
crds: true