Open andreimarinescu opened 2 years ago
After additional research, this issue only seems to pop up when using the terraform helm provider, where it actually triggers an error instead of just a warning when running linting on the chart before deployment. (https://github.com/helm/helm/issues/8596 for context)
That being said - those REST api endpoints are indeed deprecated, leaving it to the team to determine if this is something that should be addressed now or later.
+1
Fixed by #662 /close
Describe the bug A concise description of what the bug is.
The
clusterrole.yaml
andclusterrolebinding.yaml
templates have a deprecated apiVersion in Kubernetes 1.20. Trying to deploy the chart results in the following errors:Steps to reproduce
Expected outcome
The chart deploys successfully.
Environment Terraform 0.14.5 AWS EKS Kubernetes 1.20
Additional Context: