Generate Helm parameter types for ArgoCD/cdk8s #2750
shepherdjerred
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
@shepherdjerred Your script works great! I have been looking for something like this for a while and have been using a mix of cdk8s, None of those include comments which was tempting me to write my own but yours seems to cover that. I noticed you started preparing to publish it to npm, looking forward to it. I currently have it copied into our repo. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I thought I would share something I made a few weeks ago. I use cdk8s to deploy Helm charts with ArgoCD. One annoying thing is that there are no proper types for Helm parameters. This project pulls the helm chart and infer types based on the JSON schema and values.yaml file.
https://github.com/shepherdjerred/homelab/tree/main/src/helm-types
Example output: https://github.com/shepherdjerred/homelab/tree/main/src/cdk8s/generated/helm
Beta Was this translation helpful? Give feedback.
All reactions