We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
null
Describe the bug/feature Yaml files rendered via helm binding integration contains null at the beginning of each rendered file e.g.
null --- apiVersion: batch/v1beta1 kind: CronJob metadata: labels: app.kubernetes.io/instance: foobar app.kubernetes.io/managed-by: Tiller app.kubernetes.io/name: foobar helm.sh/chart: foobar-v1 name: foobar namespace: default spec: jobTemplate: spec: ...
To Reproduce
git clone https://github.com/kapicorp/kapitan.git && \ cd kapitan/ && \ git submodule init && \ git submodule update && \ make build_helm_binding && \ pip3 install .
helm create foobar
.charts/
--- parameters: kapitan: compile: - output_path: charts/ input_type: helm input_paths: - .charts/foobar helm_values: foo: bar helm_params: namespace: default release_name: foobar
kapitan compile
./compiled/${target}/charts/foobar/templates
yaml
Expected behavior No null values at the beginning of rendered files
The text was updated successfully, but these errors were encountered:
Looks like fixed by #701
Sorry, something went wrong.
No branches or pull requests
Describe the bug/feature
Yaml files rendered via helm binding integration contains
null
at the beginning of each rendered file e.g.To Reproduce
helm create foobar
in.charts/
directorykapitan compile
./compiled/${target}/charts/foobar/templates
yaml
fileExpected behavior
No
null
values at the beginning of rendered filesThe text was updated successfully, but these errors were encountered: