Skip to content

Commit

Permalink
k8s-job-manager: disable k8s env variables in job's pod
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed May 17, 2022
1 parent dd1fd37 commit 0ee0681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reana_job_controller/kubernetes_job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def execute(self):
"initContainers": [],
"volumes": [],
"restartPolicy": "Never",
"enableServiceLinks": False,
},
},
},
Expand Down

0 comments on commit 0ee0681

Please sign in to comment.