Skip to content

Commit

Permalink
add url without https format
Browse files Browse the repository at this point in the history
  • Loading branch information
regmicmahesh committed Jul 2, 2024
1 parent 05c1146 commit 489af4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion EKS/with-managed-node-groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Resources:
ThumbprintList: # Required
- "9e99a48a9960b14926bb7f3b02e22da2b0ab7280"
Url: !GetAtt ControlPlane.OpenIdConnectIssuerUrl

ManagedNodeGroup:
Type: AWS::EKS::Nodegroup
Properties:
Expand Down Expand Up @@ -141,4 +142,6 @@ Resources:

Outputs:
OIDCProviderArn:
Value: !GetAtt OidcProvider.Arn
Value: !GetAtt OidcProvider.Arn
OpenIdConnectProviderUrlWithoutHttps:
Value: !Join [ '', !Split [ 'https://', !GetAtt ControlPlane.OpenIdConnectIssuerUrl ] ]

0 comments on commit 489af4f

Please sign in to comment.