Merge pull request #89584 from kevtaylor/kep/VolumeSubpathExpansion-Remove-FeatureGate

Remove VolumeSubpathEnvExpansion Feature Gate
This commit is contained in:
Kubernetes Prow Robot
2020-03-31 20:03:27 -07:00
committed by GitHub
5 changed files with 3 additions and 21 deletions

View File

@@ -1512,7 +1512,6 @@ func TestDropSubPathExpr(t *testing.T) {
}
t.Run(fmt.Sprintf("feature enabled=%v, old pod %v, new pod %v", enabled, oldPodInfo.description, newPodInfo.description), func(t *testing.T) {
defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.VolumeSubpathEnvExpansion, enabled)()
var oldPodSpec *api.PodSpec
if oldPod != nil {