Hi, I'm planning to contribute by configuring the ...
# contributing-to-airbyte
m
Hi, I'm planning to contribute by configuring the gcp bucket and credentials in the helm chart : https://github.com/airbytehq/airbyte/blob/master/charts/airbyte/templates/env-configmap.yaml#L20 Does it seem ok to the <!subteam^S01M74AUQSE|@team> ? I don't know if I can create a PR or if you prefer being asked before. The exact change I want to make :
Copy code
GCP_STORAGE_BUCKET: {{ default "" .Values.gcpLogs.bucket }}
  GOOGLE_APPLICATION_CREDENTIALS: {{ default "" .Values.gcpLogs.credentials }}