feat: update
This commit is contained in:
@@ -43,6 +43,8 @@ spec:
|
||||
- name: kloud-csi-plugin
|
||||
image: {{ include "kloud-csi.driverImage" . }}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
command:
|
||||
- /kks-csi
|
||||
args:
|
||||
- --config-file
|
||||
- /etc/kloud-csi/driver.hcl
|
||||
|
||||
@@ -51,6 +51,8 @@ spec:
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
securityContext:
|
||||
privileged: true
|
||||
command:
|
||||
- /kks-csi
|
||||
args:
|
||||
- --config-file
|
||||
- /etc/kloud-csi/driver.hcl
|
||||
|
||||
@@ -14,13 +14,13 @@ nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
image:
|
||||
repository: ghcr.io/kubelancloud/kks-csi-plugin
|
||||
repository: ghcr.io/kubelancloud/kloud-csi-plugin
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
serverURL: ""
|
||||
serverURL: "https://storage.csi.kloud.team"
|
||||
accessToken: ""
|
||||
existingSecret: ""
|
||||
existingSecretAccessTokenKey: access-token
|
||||
|
||||
Reference in New Issue
Block a user