Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pahud committed Sep 9, 2024
1 parent 26b9c9a commit ddf65bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-eks/lib/fargate-profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export class FargateProfile extends Construct implements ITaggable {
const supportConfigMap = [
undefined,
AuthenticationMode.CONFIG_MAP,
AuthenticationMode.API_AND_CONFIG_MAP
AuthenticationMode.API_AND_CONFIG_MAP,
].includes(props.cluster.authenticationMode);

if (supportConfigMap) {
Expand Down

0 comments on commit ddf65bb

Please sign in to comment.