Created
April 5, 2019 19:31
-
-
Save j-griffith/8c1ed01090c5a8409ea8a6aa50bce5ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/config/v1/types_feature.go b/config/v1/types_feature.go | |
| index 94d1a7a4..d27d0036 100644 | |
| --- a/config/v1/types_feature.go | |
| +++ b/config/v1/types_feature.go | |
| @@ -84,6 +84,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ | |
| }, | |
| Disabled: []string{ | |
| "LocalStorageCapacityIsolation", // sig-pod, sjenning | |
| + "CSIBlockVolume", // sig-storage, j-griffith | |
| }, | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment