Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Jun 14, 2023
1 parent f3df36e commit a558337
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jobsubmitter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ spec:
imagePullPolicy: Always
command: ["submit_job"]
args: ["--kafka_bootstrap_urls", "kafka-cluster-kafka-bootstrap.kafka-dev.svc.cluster.local:9092",
"--client_id", "$(POD_NAME)", "--namespace", "$(POD_NAMESPACE)", "--verbose"]
"--client_id", "$(POD_NAME)", "--namespace",
"$(POD_NAMESPACE)", "--verbose",
"--output_bucket", "$(POD_NAMESPACE)"]
env:
- name: POD_NAME
valueFrom:
Expand Down

0 comments on commit a558337

Please sign in to comment.