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

Default chart values are not fully exported #4

Open
tvandinther opened this issue Dec 20, 2024 · 0 comments
Open

Default chart values are not fully exported #4

tvandinther opened this issue Dec 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tvandinther
Copy link
Owner

When exporting the default values of any chart directly as shown in the example below, an incomplete default values map is rendered.

import vendored.helm.podinfo

_chart: podinfo.Chart{}
_chart.values
❯ knit render
affinity: {}
backends: []
cache: ''
extraArgs: []
extraEnvs: []
logLevel: info
nodeSelector: {}
podAnnotations: {}
podDisruptionBudget: {}
replicaCount: 1
securityContext: {}
tolerations: []
topologySpreadConstraints: []

This is because the auto-generated values KCL schema does not instantiate subschemas by default or offer a way to opt in to that behaviour. This issue is raised here: kcl-lang/kcl#1794

Upon resolution of the upstream issue, this behaviour can be fixed.

@tvandinther tvandinther added the bug Something isn't working label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant