Generate Helm parameter types for ArgoCD/cdk8s #2750
shepherdjerred
started this conversation in
Show and tell
Replies: 0 comments
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