Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save j-griffith/8c1ed01090c5a8409ea8a6aa50bce5ca to your computer and use it in GitHub Desktop.

Select an option

Save j-griffith/8c1ed01090c5a8409ea8a6aa50bce5ca to your computer and use it in GitHub Desktop.
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