-
Notifications
You must be signed in to change notification settings - Fork 770
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
Json schema validation fails when using traefik-crds as chart dependency #1311
Comments
Hello @Soortor , Thanks for reporting this. Rémi |
Instead of loading as a subchart, we ended up loading the chart directly via ArgoCD.
|
I'm glad to see that it works 👍 |
Hi! I just ran into the same issue as well. I understand that |
Hello @cirias , I'll look into it with other maintainers. Rémi |
I faced this problem as well through not when using chart as subchart. I'm installing chart with helmfile and use helmDefaults:
kubeContext: my-cluster
args:
- "--set global.cluster=my-cluster"
repositories:
- name: traefik
url: https://traefik.github.io/charts
releases:
- name: crds
namespace: traefik-ingress-controller
chart: traefik/traefik-crds Workaround My workaround is to use |
Welcome!
What version of the Traefik's Helm Chart are you using?
1.1.0
What version of Traefik are you using?
34.0.0
What did you do?
We deploy many of our applications with ArgoCD by defining them as subcharts.
For Traefik this works, but for Traefik-crds this does not as the
additionalProperties
is set to false in the.schema.yaml
Example chart.yaml to reproduce:
The expectation is that this renders a helm template with default values.
What did you see instead?
What is your environment & configuration?
ArgoCD
Additional Information
The text was updated successfully, but these errors were encountered: