Skip to content

Commit

Permalink
deploy: Disable csi-snapshotter in Rook deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Kaushal M <[email protected]>
  • Loading branch information
kshlm committed Dec 3, 2019
1 parent 3410692 commit f6b38ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: CSI_ENABLE_SNAPSHOTTER
value: "false"
image: rook/ceph:v1.1.4-27.gf20c056
name: rook-ceph-operator
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion hack/latest-csv-checksum.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
822e621c165f0e9fdb87b3acb030acbd
b8b9747bc624034a9f72d933ace56aaa
4 changes: 4 additions & 0 deletions tools/csv-merger/csv-merger.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ func unmarshalStrategySpec(csv *csvv1.ClusterServiceVersion) *csvStrategySpec {
},
},
},
{
Name: "CSI_ENABLE_SNAPSHOTTER",
Value: "false",
},
}

if *rookCsiCephImage != "" {
Expand Down

0 comments on commit f6b38ed

Please sign in to comment.