Skip to content

Commit

Permalink
Merge pull request #1717 from ibihim/OCPBUGS-26441_disable-psa
Browse files Browse the repository at this point in the history
OCPBUGS-26441: disable psa
  • Loading branch information
openshift-merge-bot[bot] committed Jan 9, 2024
2 parents e4433f7 + 820c4db commit 44756aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/v1/types_feature.go
Expand Up @@ -194,14 +194,14 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
without(disableKubeletCloudCredentialProviders).
with(onClusterBuild).
with(signatureStores).
with(openShiftPodSecurityAdmission).
toFeatures(defaultFeatures),
LatencySensitive: newDefaultFeatures().
toFeatures(defaultFeatures),
}

var defaultFeatures = &FeatureGateEnabledDisabled{
Enabled: []FeatureGateDescription{
openShiftPodSecurityAdmission,
alibabaPlatform, // This is a bug, it should be TechPreviewNoUpgrade. This must be downgraded before 4.14 is shipped.
azureWorkloadIdentity,
cloudDualStackNodeIPs,
Expand Down

0 comments on commit 44756aa

Please sign in to comment.