Skip to content

Commit

Permalink
Merge pull request red-hat-storage#352 from kshlm/disable-rook-csi-sn…
Browse files Browse the repository at this point in the history
…apshotter

deploy: Disable csi-snapshotter in Rook deployment
  • Loading branch information
openshift-merge-robot committed Dec 3, 2019
2 parents 3410692 + f6b38ed commit 35364ff
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 35364ff

Please sign in to comment.