mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
098186307b
commit
7916ed8247
1 changed files with 12 additions and 12 deletions
|
|
@ -157,7 +157,7 @@ renovate:
|
||||||
# -- Environment variables that should be referenced from a k8s secret, cannot be used when existingSecret is set
|
# -- Environment variables that should be referenced from a k8s secret, cannot be used when existingSecret is set
|
||||||
secrets: {}
|
secrets: {}
|
||||||
# -- k8s secret to reference environment variables from. Overrides secrets if set
|
# -- k8s secret to reference environment variables from. Overrides secrets if set
|
||||||
existingSecret: ""
|
existingSecret: "renovate-config-secret"
|
||||||
|
|
||||||
# -- Additional configmaps. A generated configMap name is: "renovate.fullname" + "extra" + name(below) e.g. renovate-netrc-config
|
# -- Additional configmaps. A generated configMap name is: "renovate.fullname" + "extra" + name(below) e.g. renovate-netrc-config
|
||||||
extraConfigmaps: []
|
extraConfigmaps: []
|
||||||
|
|
@ -174,18 +174,18 @@ renovate:
|
||||||
# "key"="value"
|
# "key"="value"
|
||||||
# "key1"="value1"
|
# "key1"="value1"
|
||||||
|
|
||||||
extraVolumes:
|
#extraVolumes:
|
||||||
- name: renovate-config-secret
|
# - name: renovate-config-secret
|
||||||
secretName:
|
# secretName:
|
||||||
name: renovate-config-secret
|
# name: renovate-config-secret
|
||||||
items:
|
# items:
|
||||||
- key: renovate.json
|
# - key: renovate.json
|
||||||
path: renovate.json
|
# path: renovate.json
|
||||||
|
|
||||||
extraVolumeMounts:
|
#extraVolumeMounts:
|
||||||
- name: renovate-config-secret
|
# - name: renovate-config-secret
|
||||||
mountPath: /config
|
# mountPath: /config
|
||||||
subPath: renovate.json
|
# subPath: renovate.json
|
||||||
|
|
||||||
# -- Additional containers to the pod
|
# -- Additional containers to the pod
|
||||||
extraContainers: []
|
extraContainers: []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue