ambitious-continent-10899
02/14/2023, 3:25 AMconst clientId = managedCluster.identityProfile.apply(profileIds => profileIds?.kubeletIdentity.clientId);
However, the clientId is Undefined
at all time. I am ABLE to see the identityProfile
property being filled out in the Pulumi interface under Resource. How can I ensure I am calling the clientId when it's available?