From c04465d59702cd61914246c7ab614dc504bb3bde Mon Sep 17 00:00:00 2001 From: Flavien David Date: Mon, 26 Feb 2024 15:34:02 +0100 Subject: [PATCH] Flav/patch notion infra config take 2 (#3949) * Add missing command * Don't use environment variable --- k8s/deployments/connectors-worker-notion-deployment.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/k8s/deployments/connectors-worker-notion-deployment.yaml b/k8s/deployments/connectors-worker-notion-deployment.yaml index ff3115009342..fbed569b96e5 100644 --- a/k8s/deployments/connectors-worker-notion-deployment.yaml +++ b/k8s/deployments/connectors-worker-notion-deployment.yaml @@ -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: @@ -34,8 +34,6 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - - name: WORKERS - value: "notion" volumeMounts: - name: cert-volume