execution error at consul/templates/enterprise-license-job.yaml. server.enterpriseLicense has been moved to global.enterpriseLicense.
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 30.1k
- Forks
- 4.6k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 39
Description
Trying to install consul on a k8s cluster with Ingressgateway enabled and running into the following error with the helm chart
❯ helm upgrade --install consul hashicorp/consul --set global.name=consul -f values.yaml -n
Release "consul" does not exist. Installing it now.
Error: execution error at (consul/templates/enterprise-license-job.yaml:1:45): server.enterpriseLicense has been moved to global.enterpriseLicense.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with consul/templates/enterprise-license-job.yaml and the values.yaml used by the reported helm upgrade --install command. Trace the enterprise license value referenced by the template, then rerun the Helm installation with Ingressgateway enabled. Done means the chart no longer raises the server.enterpriseLicense execution error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100