We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64aa7d0 + abd8dde commit 41efb6dCopy full SHA for 41efb6d
pkg/featuregates/featue_gate.go
@@ -35,5 +35,5 @@ const (
35
36
var DefaultKubeFedFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
37
HealthinessCheck: {Default: false, PreRelease: featuregate.Alpha},
38
- SecretCache: {Default: false, PreRelease: featuregate.Alpha},
+ SecretCache: {Default: true, PreRelease: featuregate.Beta},
39
}
0 commit comments