airbyte
airbyte copied to clipboard
🐛 fix helm chart gcs-logs-creds error
trafficstars
Helm Chart
For helm chart airbyte gcs-logs-creds secrets is released under name
{{ include "common.names.fullname" . }}-gcs-log-creds
when airbyte-server calls for secret
{{ .Release.Name }}-airbyte-gcs-log-creds
Causing error for airbyte server :MountVolume.SetUp failed for volume "gcs-log-creds-volume" : secret "airbyte-airbyte-gcs-log-creds" not found.
Syncing naming pattern by modifying secret name rather than other sevrer & worker env variables.
thanks for the contribution @iam-robi I'll request the team to take a review this week.
Already fixed in #15199