Skip to content

Commit

Permalink
chore: update enterprise configuration for new init container flow. (…
Browse files Browse the repository at this point in the history
…#13411)

As title.

Update the enterprise configuration to follow deb4c13.
  • Loading branch information
davinchia committed Aug 3, 2024
1 parent f5b074a commit 5aa22bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/airbyte-workload-launcher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5aa22bf

Please sign in to comment.