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

Shorten the output of names #3444

Open
nis-thac opened this issue Jan 10, 2025 · 2 comments
Open

Shorten the output of names #3444

nis-thac opened this issue Jan 10, 2025 · 2 comments
Labels
awaiting-feedback Blocked on input from the author kind/enhancement Improvements or new features

Comments

@nis-thac
Copy link

When using pulumi preview or pulumi up, the names of the charts are extremely long, they cut off the details on the right. I would like to either a) shorten the names in the output or b) set custom names for the resource so they will be shorter.

How can I do either of those things?

Image

@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Jan 10, 2025
@justinvp justinvp added the kind/enhancement Improvements or new features label Jan 20, 2025
@justinvp
Copy link
Member

There isn't currently a global way to influence this. I'm not sure if there's a way to influence the names for nested resources within helm charts. Moving to the Kubernetes repo to see if that's possible.

@justinvp justinvp transferred this issue from pulumi/pulumi Jan 20, 2025
@rquitales rquitales removed the needs-triage Needs attention from the triage team label Jan 25, 2025
@rquitales
Copy link
Member

As you're using a chart v3 resource, you might be able to use transformations to influence the name of children resources. Please refer to https://www.pulumi.com/registry/packages/kubernetes/api-docs/helm/v3/chart/#chart-with-transformations for an example of this.

@rquitales rquitales added the awaiting-feedback Blocked on input from the author label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-feedback Blocked on input from the author kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

4 participants