cdk-eks-blueprints
cdk-eks-blueprints copied to clipboard
[Karpenter] Fix ignored namespace prop
I've stumbled across a bug while installing karpenter: I can set the namespace in the KarpenterAddOnProps, but the createNamespace() and createServiceAccount() functions would still use the default variable as their namespace.
@youngjeong46 please have a look, I see you have hardcoded the namespace, was there a particular reason for it?
/do-e2e-tests