Open narcislinux opened 3 months ago
This issue is currently awaiting triage.
SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the triage/accepted
label.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
What happened?
Hi,
I am trying to deploy NewRelic nri-bundle using Kustomize+Helm Charts instead of Kustomize+manifests. When I try to use Kustomize with Helm, the output from kustomize build is incomplete, and some parts are not rendered.
What did you expect to happen?
Can you guide me on whether I am making a mistake somewhere or if there is an issue with Kustomize?
How can we reproduce it (as minimally and precisely as possible)?
this is my configuration for kustomization.yaml:
And values.yaml file for both helm teplate and Kustomize is:
And this is Helm chart directory structure:
Expected output
This is my output when I use a helm template command:
helm template newrelic-bundle newrelic/nri-bundle -f values.yaml > Helm-ouput.txt
Actual output
And this is my kustomize build output when I use Helm: kustomize build . --enable-helm > kustomize-output.txt
Kustomize version
v5.1.1
Operating system
MacOS