Skip to content

Commit

Permalink
Fix connector workers deployment (#3970)
Browse files Browse the repository at this point in the history
* Fix connector workers deployment

* ✂️
  • Loading branch information
flvndvd authored Feb 27, 2024
1 parent a979ef5 commit def86e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion k8s/deployments/connectors-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ spec:
[
"--",
"--workers",
"confluence github google_drive intercom slack webcrawler",
"confluence",
"github",
"google_drive",
"intercom",
"slack",
"webcrawler",
]
imagePullPolicy: Always
envFrom:
Expand Down

0 comments on commit def86e8

Please sign in to comment.