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