2 Commits

Author SHA1 Message Date
84832c7455 update 2025-05-08 06:06:18 -05:00
b293f708e9 update 2025-05-08 06:04:02 -05:00

View File

@@ -174,15 +174,18 @@ renovate:
# "key"="value"
# "key1"="value1"
#extraVolumes:
# - name: renovate-config
# secretName:
# name: renovate-config-secret
extraVolumes:
- name: renovate-config
secretName:
name: renovate-config-secret
items:
- key: renovate.json
path: renovate.json
#extraVolumeMounts:
# - name: renovate-config
# mountPath: /config
# subPath: renovate.json
extraVolumeMounts:
- name: renovate-config
mountPath: /config
subPath: renovate.json
# -- Additional containers to the pod
extraContainers: []