mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
update
This commit is contained in:
parent
c6e52fd256
commit
e7c75c9c82
2 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
target:
|
target:
|
||||||
name: renovate-config-secret
|
name: renovate-config-secret
|
||||||
data:
|
data:
|
||||||
- secretKey: renovate-config-secret
|
- secretKey: renovate.json
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: kv/renovate
|
key: kv/renovate
|
||||||
property: config
|
property: config
|
||||||
|
|
|
||||||
|
|
@ -181,9 +181,9 @@ renovate:
|
||||||
name: renovate-config-secret
|
name: renovate-config-secret
|
||||||
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: renovate-config
|
- mountPath: "/config"
|
||||||
mountPath: /config
|
name: renovate.json
|
||||||
subPath: renovate.json
|
readOnly: true
|
||||||
|
|
||||||
# -- Additional containers to the pod
|
# -- Additional containers to the pod
|
||||||
extraContainers: []
|
extraContainers: []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue