diff --git a/charts/airbyte-workload-launcher/templates/deployment.yaml b/charts/airbyte-workload-launcher/templates/deployment.yaml index ecd9aeb460e..126ed0d261e 100644 --- a/charts/airbyte-workload-launcher/templates/deployment.yaml +++ b/charts/airbyte-workload-launcher/templates/deployment.yaml @@ -454,6 +454,10 @@ spec: secretKeyRef: name: {{ include "airbyte.secretStoreName" .Values.global.secretsManager.secretsManagerSecretName }} key: {{ include "airbyte.googleSecretManagerCredentialsSecretKey" .Values.global.secretsManager.googleSecretManager.credentialsSecretKey }} + - name: SECRET_STORE_GCP_SECRET_NAME + value: {{ include "airbyte.secretStoreName" .Values.global.secretsManager.secretsManagerSecretName }} + - name: SECRET_STORE_GCP_SECRET_KEY + value: {{ include "airbyte.googleSecretManagerCredentialsSecretKey" .Values.global.secretsManager.googleSecretManager.credentialsSecretKey }} {{- end }} # Values for vault secrets