Skip to content

Commit

Permalink
Update env-configmap.yaml (#10232)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvillafanetapia authored Feb 9, 2022
1 parent 7a443d0 commit 60bbbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airbyte/templates/env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
AWS_ACCESS_KEY_ID: {{ .Values.logs.accessKey.password }}
AWS_SECRET_ACCESS_KEY: {{ .Values.logs.secretKey.password }}
CONFIG_ROOT: /configs
CONFIGS_DATABASE_MINIMUM_FLYWAY_MIGRATION_VERSION: "0.35.17.001"
CONFIGS_DATABASE_MINIMUM_FLYWAY_MIGRATION_VERSION: "0.35.15.001"
DATA_DOCKER_MOUNT: airbyte_data
DATABASE_DB: {{ include "airbyte.database.name" . }}
DATABASE_HOST: {{ include "airbyte.database.host" . }}
Expand Down

0 comments on commit 60bbbaf

Please sign in to comment.