Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 16, 2023
1 parent 3131bfc commit 51a2358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./storageclass.yaml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/controller.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/csi-driver.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/node.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/storage-class.yml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/snapshotter/snapshotter.yaml
- https://raw.githubusercontent.com/SynologyOpenSource/synology-csi/v1.1.3/deploy/kubernetes/v1.20/snapshotter/volume-snapshot-class.yml
- ./storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kind: StorageClass
metadata:
name: synology-iscsi-storage-temp
annotations:
storageclass.kubernetes.io/is-default-class: "true"
storageclass.kubernetes.io/is-default-class: "false"
provisioner: csi.san.synology.com
parameters:
dsm: '192.168.16.240'
Expand Down

0 comments on commit 51a2358

Please sign in to comment.