Skip to content

Commit 3c06efe

Browse files
natalyjazzviolinjhammarstedt
authored andcommitted
🐛 Correct kube annotations variable as per the docs. (airbytehq#17972)
* Correct kube annotations variable as per the docs. * Requested changes.
1 parent 25d20e4 commit 3c06efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-workers/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ airbyte:
8888
check:
8989
enabled: ${SHOULD_RUN_CHECK_CONNECTION_WORKFLOWS:true}
9090
kube:
91-
annotations: ${CHECK_JOB_KUBE_ANNOTATION:}
91+
annotations: ${CHECK_JOB_KUBE_ANNOTATIONS:}
9292
node-selectors: ${CHECK_JOB_KUBE_NODE_SELECTORS:}
9393
max-workers: ${MAX_CHECK_WORKERS:5}
9494
main:

0 commit comments

Comments
 (0)