We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b9c9a commit ddf65bbCopy full SHA for ddf65bb
packages/aws-cdk-lib/aws-eks/lib/fargate-profile.ts
@@ -204,7 +204,7 @@ export class FargateProfile extends Construct implements ITaggable {
204
const supportConfigMap = [
205
undefined,
206
AuthenticationMode.CONFIG_MAP,
207
- AuthenticationMode.API_AND_CONFIG_MAP
+ AuthenticationMode.API_AND_CONFIG_MAP,
208
].includes(props.cluster.authenticationMode);
209
210
if (supportConfigMap) {
0 commit comments