mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
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:
@@ -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: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user