disable init
This commit is contained in:
@@ -167,23 +167,23 @@ renovate:
|
|||||||
failedJobsHistory: 3
|
failedJobsHistory: 3
|
||||||
backoffLimit: 3
|
backoffLimit: 3
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
initContainers:
|
# initContainers:
|
||||||
init-chmod-data:
|
# init-chmod-data:
|
||||||
securityContext:
|
# securityContext:
|
||||||
runAsUser: 0
|
# runAsUser: 0
|
||||||
image:
|
# image:
|
||||||
repository: busybox
|
# repository: busybox
|
||||||
tag: 1.37.0
|
# tag: 1.37.0
|
||||||
pullPolicy: IfNotPresent
|
# pullPolicy: IfNotPresent
|
||||||
command:
|
# command:
|
||||||
- /bin/sh
|
# - /bin/sh
|
||||||
- -ec
|
# - -ec
|
||||||
- |
|
# - |
|
||||||
chmod -R 777 /tmp/renovate
|
# chmod -R 777 /tmp/renovate
|
||||||
resources:
|
# resources:
|
||||||
requests:
|
# requests:
|
||||||
cpu: 100m
|
# cpu: 100m
|
||||||
memory: 128Mi
|
# memory: 128Mi
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
@@ -222,9 +222,9 @@ renovate:
|
|||||||
retain: true
|
retain: true
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
renovate:
|
renovate:
|
||||||
init-chmod-data:
|
# init-chmod-data:
|
||||||
- path: /tmp/renovate
|
# - path: /tmp/renovate
|
||||||
readOnly: false
|
# readOnly: false
|
||||||
main:
|
main:
|
||||||
- path: /tmp/renovate
|
- path: /tmp/renovate
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
Reference in New Issue
Block a user