mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
92c666bf9d
commit
4a6bac7674
2 changed files with 9 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
external-secrets:
|
external-secrets:
|
||||||
replicaCount: 3
|
replicaCount: 1
|
||||||
revisionHistoryLimit: 1
|
revisionHistoryLimit: 1
|
||||||
leaderElect: true
|
leaderElect: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -64,9 +64,7 @@ renovate:
|
||||||
#preCommand: ''
|
#preCommand: ''
|
||||||
preCommand: |
|
preCommand: |
|
||||||
ls /config
|
ls /config
|
||||||
ls /config/renovate.json
|
|
||||||
cat /config/renovate.json
|
cat /config/renovate.json
|
||||||
cat /config/renovate.json/renovate.json
|
|
||||||
|
|
||||||
postCommand: ""
|
postCommand: ""
|
||||||
# postCommand: |
|
# postCommand: |
|
||||||
|
|
@ -177,7 +175,7 @@ renovate:
|
||||||
# "key1"="value1"
|
# "key1"="value1"
|
||||||
|
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: renovate-config
|
- name: renovate-config-secret
|
||||||
secretName:
|
secretName:
|
||||||
name: renovate-config-secret
|
name: renovate-config-secret
|
||||||
items:
|
items:
|
||||||
|
|
@ -185,8 +183,8 @@ renovate:
|
||||||
path: renovate.json
|
path: renovate.json
|
||||||
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: renovate-config
|
- name: renovate-config-secret
|
||||||
mountPath: /config/renovate.json
|
mountPath: /config
|
||||||
subPath: renovate.json
|
subPath: renovate.json
|
||||||
|
|
||||||
# -- Additional containers to the pod
|
# -- Additional containers to the pod
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue