Knowledge BaseHow can I pass values to k8s-service in Service Catalog that aren't exposed with input variables?
If a [chart value](https://github.com/gruntwork-io/helm-kubernetes-services/blob/master/charts/k8s-service/values.yaml) isn't exposed with an [input variable](https://github.com/gruntwork-io/terraform-aws-service-catalog/blob/master/modules/services/k8s-service/variables.tf), is there a way to pass those values to the Helm Chart?
You can use the input variable `override_chart_inputs` to override any computed chart inputs. This is provided as a workaround while the terraform module does not support a particular input value that is exposed in the underlying chart.
Please always file a GitHub issue to request exposing additional underlying input values prior to using this variable.