Skip to content

Commit

Permalink
Flav/patch notion infra config take 2 (#3949)
Browse files Browse the repository at this point in the history
* Add missing command

* Don't use environment variable
  • Loading branch information
flvndvd authored Feb 26, 2024
1 parent a1f88d2 commit c04465d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions k8s/deployments/connectors-worker-notion-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: web
image: gcr.io/or1g1n-186209/connectors-image:latest
command: ["npm", "run", "start:worker"]
args: ["--", "--workers", "$WORKERS"]
args: ["--", "--workers", "notion"]
imagePullPolicy: Always
envFrom:
- configMapRef:
Expand All @@ -34,8 +34,6 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
- name: WORKERS
value: "notion"

volumeMounts:
- name: cert-volume
Expand Down

0 comments on commit c04465d

Please sign in to comment.