Add options to pre-install job
This commit is contained in:
parent
ccfcb1bc23
commit
788906385b
2 changed files with 7 additions and 1 deletions
|
@ -11,6 +11,10 @@ imagePullSecrets: []
|
|||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
preInstall:
|
||||
enabled: true
|
||||
activeDeadlineSeconds: 900
|
||||
|
||||
env:
|
||||
normal: {}
|
||||
secret: {}
|
||||
|
|
Reference in a new issue