fix(renovate-operator): Parse secrets correctly

This commit is contained in:
Peter 2026-05-07 17:00:07 +02:00
parent 3d7580dc3a
commit e7fe39a55c
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
2 changed files with 11 additions and 5 deletions

View file

@ -19,7 +19,10 @@ spec:
name: renovate-config
extraVolumeMounts:
- name: renovate-config
mountPath: /opt/renovate
mountPath: /config
extraEnvFrom:
- secretRef:
name: renovate-operator-docker-login
extraEnv:
- name: LOG_LEVEL
value: debug
@ -30,4 +33,4 @@ spec:
- name: RENOVATE_GIT_AUTHOR
value: "Renovate <renovate@peterg.nl>"
- name: RENOVATE_CONFIG_FILE
value: /opt/renovate/config.json
value: /config/config.json