Skip to content

Commit

Permalink
Add the 'BuildCSIVolumes' feature gate to the tech preview set.
Browse files Browse the repository at this point in the history
This allows CSI volumes provided by the 'CSIDriverSharedResource' feature gate
to be included in DockerBuildStrategy and SourceBuildStrategy Builds in
OpenShift.  Currently, this should only be installed on clusters that opt into
tech preview features.
  • Loading branch information
gabemontero committed Sep 21, 2021
1 parent 319827a commit 7989726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with("ExternalCloudProvider"). // sig-cloud-provider, jspeed, OCP specific
with("InsightsOperatorPullingSCA"). // insights-operator/ccx, tremes, OCP specific
with("CSIDriverSharedResource"). // sig-build, adkaplan, OCP specific
with("BuildCSIVolumes"). // sig-build, adkaplan, OCP specific
toFeatures(),
LatencySensitive: newDefaultFeatures().
with(
Expand Down

0 comments on commit 7989726

Please sign in to comment.