Skip to content

Commit 41efb6d

Browse files
authored
Merge pull request #96 from yue9944882/graduate-secret-cache-beta
Graduate feature-gate SecretCache to Beta
2 parents 64aa7d0 + abd8dde commit 41efb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/featuregates/featue_gate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ const (
3535

3636
var DefaultKubeFedFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
3737
HealthinessCheck: {Default: false, PreRelease: featuregate.Alpha},
38-
SecretCache: {Default: false, PreRelease: featuregate.Alpha},
38+
SecretCache: {Default: true, PreRelease: featuregate.Beta},
3939
}

0 commit comments

Comments
 (0)