airbyte icon indicating copy to clipboard operation
airbyte copied to clipboard

🐛 fix helm chart gcs-logs-creds error

Open iam-robi opened this issue 3 years ago • 1 comments
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.

iam-robi avatar Jul 29 '22 14:07 iam-robi

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 29 '22 14:07 CLAassistant

thanks for the contribution @iam-robi I'll request the team to take a review this week.

marcosmarxm avatar Aug 01 '22 19:08 marcosmarxm

Already fixed in #15199

xpuska513 avatar Aug 07 '22 20:08 xpuska513