Skip to content

Changing helm values in kube.tf is not recognized #431

Answered by mysticaltech
hesyar asked this question in Q&A
Discussion options

You must be logged in to vote

Indeed @hesyar, the helm values via terraform apply just on first run (we will edit the doc to clarify that). To do it, the best way to change them is via an helmchartconfig (more on this in the readme).

In your case, pull down the helmchart with kubectl get helmchart -A, find the name, and kubectl get helmchart <name> -n <namespace> -o yaml > cert-manager-helmchartconfig.yaml, then edit the resulting file by changing it to a helmchartconfig, both definitions follow the same format, just the custom resource name changes, see https://docs.k3s.io/helm.

If your case, you want to edit the helm values, so it goes under valuescontent, under the right section that you find in the helm values file.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by mysticaltech
Comment options

You must be logged in to vote
1 reply
@mysticaltech
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #430 on November 20, 2022 00:31.