fix: remove timecapsule module, adjust storage
This commit is contained in:
parent
a6d215b599
commit
e9d451c91c
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero
|
name: kubezero
|
||||||
description: KubeZero - Bootstrap and ArgoCD Root App of Apps chart
|
description: KubeZero - Bootstrap and ArgoCD Root App of Apps chart
|
||||||
type: application
|
type: application
|
||||||
version: 1.20.8-5
|
version: 1.20.8-6
|
||||||
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:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{{- if and ( not .Values.argocdAppName ) ( not .Values.installKubeZero ) }}
|
{{- if and ( not .Values.argocdAppName ) ( not .Values.installKubeZero ) }}
|
||||||
# if no ArgoCD is used, only render the global values.yaml for all kubezero modules
|
# 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 }}
|
{{- range $artifacts }}
|
||||||
{{- if index $.Values . }}
|
{{- if index $.Values . }}
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
{{- define "storage-values" }}
|
{{- define "storage-values" }}
|
||||||
|
|
||||||
{{- with index .Values "storage" "storageClass" }}
|
{{- with index .Values "storage" "lvm-localpv" }}
|
||||||
storageClass:
|
lvm-localpv:
|
||||||
{{- . | toYaml | nindent 2 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
{{- with .Values.storage.gemini }}
|
||||||
|
gemini:
|
||||||
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- 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
|
enabled: false
|
||||||
crds: true
|
crds: true
|
||||||
|
|
||||||
timecapsule:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
aws-ebs-csi-driver:
|
aws-ebs-csi-driver:
|
||||||
enabled: false
|
enabled: false
|
||||||
crds: true
|
crds: true
|
||||||
|
Loading…
Reference in New Issue
Block a user