Skip to content

Commit

Permalink
Merge pull request #1535 from stevekuznetsov/skuznets/sts-default-fea…
Browse files Browse the repository at this point in the history
…tureset

OCPBUGS-16614: config: move AWS STS feature gate to default
  • Loading branch information
openshift-merge-robot committed Jul 24, 2023
2 parents cce4489 + 640e8f0 commit 61a5301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(pdbUnhealthyPodEvictionPolicy).
with(dynamicResourceAllocation).
with(admissionWebhookMatchConditions).
with(awsSecurityTokenService).
with(azureWorkloadIdentity).
with(gateGatewayAPI).
with(maxUnavailableStatefulSet).
Expand All @@ -199,6 +198,7 @@ var defaultFeatures = &FeatureGateEnabledDisabled{
externalCloudProviderAzure,
externalCloudProviderExternal,
privateHostedZoneAWS,
awsSecurityTokenService,
},
Disabled: []FeatureGateDescription{
retroactiveDefaultStorageClass,
Expand Down

0 comments on commit 61a5301

Please sign in to comment.