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

helmfile can't only get crd yaml #2187

Open
zhaogaolong opened this issue Dec 10, 2024 · 0 comments
Open

helmfile can't only get crd yaml #2187

zhaogaolong opened this issue Dec 10, 2024 · 0 comments

Comments

@zhaogaolong
Copy link

helmfile doesn't have such a command for helm show crd, just gets the crd command.

Cause:
We usually use the helmfile template to generate YAML, upload the YAML to the audit system, and then use kubectl apply -f to submit it. The crd is too large to be kubectl apply, and can only be submitted by kubectl replate, but other resources still want to be submitted to k8s by apply, so you need to get the yaml of the crd separately . Something like helm show crds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant