Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "List" resources? #1382

Closed
yarinm opened this issue Nov 17, 2020 · 1 comment
Closed

Support "List" resources? #1382

yarinm opened this issue Nov 17, 2020 · 1 comment
Labels
kind/enhancement Improvements or new features

Comments

@yarinm
Copy link

yarinm commented Nov 17, 2020

I've been trying to install the helm chart aad-pod-identity

One of the features of the chart is to deploy multi CRs using the override azureIdentities, the chart translate that list to a list of resources using List kubernetes resource type - You can see it here

Currently pulumi-kubernetes fails because List doesn't have a .metadata.name but in fact it doesn't need to.

This assertion could be easily fixed but what concerns me is that kubernetes translates this single resource to multiple ones, and I think pulumi wouldn't handle the state properly (it will only save the "List" resource) while it doesn't exist in kubernetes.

Currently my workaround to solve this is to not use the chart's ability to generate azure identities and I'm creating them myself using pulumi with NewCustomResource()

@mikhailshilkov mikhailshilkov added the kind/enhancement Improvements or new features label Nov 17, 2020
@lblackstone
Copy link
Member

This was fixed by #1457

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

3 participants