mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-07-25 07:04:27 +00:00
use my own image
This commit is contained in:
@@ -140,7 +140,7 @@ spec:
|
|||||||
capabilities:
|
capabilities:
|
||||||
add: ["SYS_ADMIN"]
|
add: ["SYS_ADMIN"]
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
image: synology/synology-csi:v1.0.0
|
image: cristicalin/synology-csi:v1.0.0
|
||||||
args:
|
args:
|
||||||
- --nodeid=NotUsed
|
- --nodeid=NotUsed
|
||||||
- --endpoint=$(CSI_ENDPOINT)
|
- --endpoint=$(CSI_ENDPOINT)
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
image: synology/synology-csi:v1.0.0
|
image: cristicalin/synology-csi:v1.0.0
|
||||||
args:
|
args:
|
||||||
- --nodeid=$(KUBE_NODE_NAME)
|
- --nodeid=$(KUBE_NODE_NAME)
|
||||||
- --endpoint=$(CSI_ENDPOINT)
|
- --endpoint=$(CSI_ENDPOINT)
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ spec:
|
|||||||
capabilities:
|
capabilities:
|
||||||
add: ["SYS_ADMIN"]
|
add: ["SYS_ADMIN"]
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
image: synology/synology-csi:v1.0.0
|
image: cristicalin/synology-csi:v1.0.0
|
||||||
args:
|
args:
|
||||||
- --nodeid=NotUsed
|
- --nodeid=NotUsed
|
||||||
- --endpoint=$(CSI_ENDPOINT)
|
- --endpoint=$(CSI_ENDPOINT)
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ metadata:
|
|||||||
name: synology-snapshotclass
|
name: synology-snapshotclass
|
||||||
annotations:
|
annotations:
|
||||||
storageclass.kubernetes.io/is-default-class: "false"
|
storageclass.kubernetes.io/is-default-class: "false"
|
||||||
|
labels:
|
||||||
|
velero.io/csi-volumesnapshot-class: "true"
|
||||||
driver: csi.san.synology.com
|
driver: csi.san.synology.com
|
||||||
deletionPolicy: Delete
|
deletionPolicy: Delete
|
||||||
# parameters:
|
# parameters:
|
||||||
|
|||||||
Reference in New Issue
Block a user