fix Deployment env value type for renovate
This commit is contained in:
@@ -64,5 +64,5 @@ spec:
|
|||||||
interval: 1m
|
interval: 1m
|
||||||
targets:
|
targets:
|
||||||
- name: renovate
|
- name: renovate
|
||||||
url: http://renovate.renovate.svc.cluster.local:8080/api/status
|
url: http://renovate.renovate.svc.cluster.local:8099/api/status
|
||||||
module: renovate
|
module: renovate
|
||||||
@@ -27,7 +27,7 @@ spec:
|
|||||||
- name: MEND_RNV_PLATFORM
|
- name: MEND_RNV_PLATFORM
|
||||||
value: github
|
value: github
|
||||||
- name: MEND_RNV_GITHUB_APP_ID
|
- name: MEND_RNV_GITHUB_APP_ID
|
||||||
value: "${github_app_id}"
|
value: "938218"
|
||||||
- name: RNV_GITHUB_PEM_FILE_PATH
|
- name: RNV_GITHUB_PEM_FILE_PATH
|
||||||
value: "/usr/src/app/rpi5-cluster-renovate.2024-07-05.private-key.pem"
|
value: "/usr/src/app/rpi5-cluster-renovate.2024-07-05.private-key.pem"
|
||||||
- name: MEND_RNV_WEBHOOK_SECRET
|
- name: MEND_RNV_WEBHOOK_SECRET
|
||||||
|
|||||||
Reference in New Issue
Block a user