Open
Description
Helm Chart Version
1.6.0
What step the error happened?
Upgrading the Platform or Helm Chart
Relevant information
Hi,
I'm trying to deploy from version 1.5.1 the latest versions of Airbyte (1.6.0) with helm, and got the error from argocd:
Failed to compare desired state to live state: failed to calculate diff: error calculating structured merge diff: error building typed value from config resource: .spec.template.spec.containers[name="airbyte-workload-api-server-container"].env: duplicate entries for key [name="AB_JWT_SIGNATURE_SECRET"]
And I can see in the template file of the workload API there is indeed twice this key: https://github.com/airbytehq/airbyte-platform/blob/main/charts/airbyte-workload-api-server/templates/deployment.yaml#L146
L146 and L156
Is this expected ?
Should I find a workaround with argocd to avoid this?
Relevant log output
Failed to compare desired state to live state: failed to calculate diff: error calculating structured merge diff: error building typed value from config resource: .spec.template.spec.containers[name="airbyte-workload-api-server-container"].env: duplicate entries for key [name="AB_JWT_SIGNATURE_SECRET"]