-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install option for kubeblocks-csi-driver
- Loading branch information
1 parent
bb1006b
commit 3566708
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: extensions.kubeblocks.io/v1alpha1 | ||
kind: Addon | ||
metadata: | ||
name: kubeblocks-csi-driver | ||
labels: | ||
{{- include "kubeblocks.labels" . | nindent 4 }} | ||
spec: | ||
description: 'Kubeblocks CSI driver provides a container storage interface used by Container Orchestrators | ||
to manage the lifecycle of block storage for cloud vendors.' | ||
type: Helm | ||
|
||
helm: | ||
chartLocationURL: https://github.com/apecloud/helm-charts/releases/download/kubeblocks-csi-driver-{{ default .Chart.AppVersion .Values.appVersionOverride }}/kubeblocks-csi-driver-{{ default .Chart.AppVersion .Values.appVersionOverride }}.tgz | ||
|
||
defaultInstallValues: | ||
- enabled: false | ||
|
||
installable: | ||
autoInstall: {{ get ( get ( .Values | toYaml | fromYaml ) "kubeblocks-csi-driver" ) "enabled" }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters