Compare commits
2 Commits
37ab76ac8e
...
2729f7e4c2
| Author | SHA1 | Date | |
|---|---|---|---|
| 2729f7e4c2 | |||
| cb3f240a2c |
@@ -95,7 +95,7 @@ renovate:
|
|||||||
|
|
||||||
renovate:
|
renovate:
|
||||||
# -- Custom exiting global renovate config
|
# -- Custom exiting global renovate config
|
||||||
existingConfigFile: '/renovate.json'
|
existingConfigFile: '/config/renovate.json'
|
||||||
# -- Inline global renovate config.json
|
# -- Inline global renovate config.json
|
||||||
config: ''
|
config: ''
|
||||||
# See https://docs.renovatebot.com/self-hosted-configuration
|
# See https://docs.renovatebot.com/self-hosted-configuration
|
||||||
@@ -182,8 +182,8 @@ renovate:
|
|||||||
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: renovate-config
|
- name: renovate-config
|
||||||
mountPath: /
|
mountPath: /config
|
||||||
subPath: renovate.config
|
subPath: renovate.json
|
||||||
|
|
||||||
# -- Additional containers to the pod
|
# -- Additional containers to the pod
|
||||||
extraContainers: []
|
extraContainers: []
|
||||||
|
|||||||
Reference in New Issue
Block a user