Summary
The user is facing an error while setting up Airbyte in a local kind cluster using default helm values. The error is related to the authentication type for AWS secrets manager being nil. User has tried setting the value to ‘none’ in values.yaml without success.
Question
Hiya everyone
I am in the process of setting up Airbyte in my local kind cluster, but the default helm values fail with the following message:
Error: INSTALLATION FAILED: template: airbyte/charts/workload-launcher/templates/deployment.yaml:326:15: executing "airbyte/charts/workload-launcher/templates/deployment.yaml" at <eq ((((.Values.global).secretsManager).awsSecretManager).authenticationType) "credentials">: error calling eq: incompatible types for comparison```
Presumable because `global.secretsManager.awsSecretsManager.authenticationType` is `nil`?
I’ve tried setting this value to `"none"` in various ways in a local values.yaml, but it doesn’t seem to help.
Anyone have any ideas how to get past this?
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1727778816175199) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["airbyte", "local-kind-cluster", "helm-values", "aws-secrets-manager", "authentication-type", "values.yaml"]
</sub>