helm: add extra volumes and extra volume mounts option for job resources (#15590)

* add a new line to the end of the credentials file when creating a user
* add extra volumes and mounts option into helm chart
* add extra volumes and extra volume mounts option for job resources
This commit is contained in:
Jan Šafařík
2022-08-29 06:17:30 +02:00
committed by GitHub
parent cd18599e7b
commit 92a0a59de2
4 changed files with 24 additions and 0 deletions
+6
View File
@@ -316,6 +316,8 @@ makePolicyJob:
nodeSelector: {}
tolerations: []
affinity: {}
extraVolumes: []
extraVolumeMounts: []
# Command to run after the main command on exit
exitCommand: ""
@@ -352,6 +354,8 @@ makeUserJob:
nodeSelector: {}
tolerations: []
affinity: {}
extraVolumes: []
extraVolumeMounts: []
# Command to run after the main command on exit
exitCommand: ""
@@ -394,6 +398,8 @@ makeBucketJob:
nodeSelector: {}
tolerations: []
affinity: {}
extraVolumes: []
extraVolumeMounts: []
# Command to run after the main command on exit
exitCommand: ""