3 Commits

Author SHA1 Message Date
8487172ee8 update 2025-05-01 06:16:15 -05:00
c407e7789d update 2025-05-01 06:15:44 -05:00
acfd02d2a2 update 2025-05-01 06:13:01 -05:00

View File

@@ -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