Skip to content

Commit

Permalink
fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
pminervini committed Dec 13, 2023
1 parent 9ae4518 commit 7f96198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubejobs/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class KubernetesJob:
secret_env_vars (dict, optional): Dictionary of secret environment variables. Defaults to None.
env_vars (dict, optional): Dictionary of normal (non-secret) environment variables. Defaults to None.
volume_mounts (dict, optional): Dictionary of volume mounts. Defaults to None.
namespace (str, optional): Namespace of the job. Defaults to None.
Methods:
generate_yaml() -> dict: Generate the Kubernetes Job YAML configuration.
Expand Down

0 comments on commit 7f96198

Please sign in to comment.