Shivam Bhardwaj
05/09/2023, 7:28 AMError: UPGRADE FAILED: template: airbyte/charts/webapp/templates/secrets.yaml:14:60: executing "airbyte/charts/webapp/templates/secrets.yaml" at <.Values.global.secrets>: wrong type for value; expected map[string]interface {}; got interface {}
I see that there are some configs missing in values.yaml could someone show me how a working values.yaml looks like!
thanks in advance.kapa.ai
05/09/2023, 7:28 AMkapa.ai
05/09/2023, 7:29 AMvalues.yaml
file located in the [charts/airbyte](https://github.com/airbytehq/airbyte-platform/blob/main/charts/airbyte/values.yaml) folder of the Airbyte repository. Make sure to create a values.yaml
file in your local folder and populate it with the default configuration override values from the example. Here's an example of how to deploy Airbyte with your custom values.yaml
file: helm install --values path/to/values.yaml %release_name% airbyte/airbyte
If you still encounter issues, please double-check your values.yaml
file and ensure it matches the structure provided in the example. If the problem persists, feel free to share more details about your configuration, and I'll do my best to help you out. For more information, you can refer to the [Airbyte documentation on deploying with Kubernetes via Helm](https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm).Shivam Bhardwaj
05/09/2023, 7:35 AMkapa.ai
05/09/2023, 7:35 AMkapa.ai
05/09/2023, 7:36 AMSunny Hashmi
05/09/2023, 5:11 PMv0.45.16
, switch to tag v0.45.16-helm
Shivam Bhardwaj
05/10/2023, 4:14 AMChris Muller
06/28/2023, 6:11 AMShivam Bhardwaj
06/28/2023, 6:53 AMChris Muller
06/28/2023, 6:54 AMChris Muller
06/28/2023, 6:55 AMhelm repo add airbyte <https://airbytehq.github.io/helm-charts>
but the folder stays empty even after than.