Compare commits
3 Commits
e7c75c9c82
...
8487172ee8
| Author | SHA1 | Date | |
|---|---|---|---|
| 8487172ee8 | |||
| c407e7789d | |||
| acfd02d2a2 |
@@ -61,12 +61,11 @@ renovate:
|
||||
# -- Custom arguments to run in the container
|
||||
argsOverride: []
|
||||
# -- Prepend shell commands before renovate runs
|
||||
preCommand: ''
|
||||
# preCommand: |
|
||||
# echo hello
|
||||
# echo world
|
||||
#preCommand: ''
|
||||
preCommand: |
|
||||
ls /config
|
||||
cat /config/renovate.json
|
||||
|
||||
# -- Append shell commands after renovate runs
|
||||
postCommand: ''
|
||||
# postCommand: |
|
||||
# echo hello
|
||||
@@ -182,7 +181,7 @@ renovate:
|
||||
|
||||
extraVolumeMounts:
|
||||
- mountPath: "/config"
|
||||
name: renovate.json
|
||||
name: renovate-config
|
||||
readOnly: true
|
||||
|
||||
# -- Additional containers to the pod
|
||||
|
||||
Reference in New Issue
Block a user