Skip to content

Commit

Permalink
Merge pull request #96 from yue9944882/graduate-secret-cache-beta
Browse files Browse the repository at this point in the history
Graduate feature-gate SecretCache to Beta
  • Loading branch information
Somefive authored May 13, 2022
2 parents 64aa7d0 + abd8dde commit 41efb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/featuregates/featue_gate.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ const (

var DefaultKubeFedFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
HealthinessCheck: {Default: false, PreRelease: featuregate.Alpha},
SecretCache: {Default: false, PreRelease: featuregate.Alpha},
SecretCache: {Default: true, PreRelease: featuregate.Beta},
}

0 comments on commit 41efb6d

Please sign in to comment.