Pawel Grzesik
Pawel Grzesik
`*eks.Cluster` has no field or method CertificateAuthority - to make it work we need to change it to `pulumi.StringOutput(eksCluster.CertificateAuthorities)`.
#### What this PR does / why we need it: This is for the issue: https://github.com/carvel-dev/kapp-controller/issues/1103 #### Does this PR introduce a user-facing change? ```release-note "NONE" ``` #### Additional Notes...
**Describe the problem/challenge you have** The list of apps are not showing any info about target clusters. **Describe the solution you'd like** I would like to execute `kubect get Apps`...