Remove VolumeSubpathEnvExpansion Feature Gate

This commit is contained in:
Kevin Taylor
2020-03-27 16:28:33 +00:00
parent f8e62e33c9
commit 9fd48b4039
5 changed files with 3 additions and 21 deletions

View File

@@ -1479,7 +1479,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 {