fix(renovate-operator): Parse secrets correctly
This commit is contained in:
parent
3d7580dc3a
commit
e7fe39a55c
2 changed files with 11 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,9 +4,12 @@ metrics:
|
|||
serviceMonitor:
|
||||
enabled: false
|
||||
|
||||
image:
|
||||
imagePullSecrets:
|
||||
- name: renovate-operator-docker-login
|
||||
crd:
|
||||
install: true
|
||||
mode: template
|
||||
|
||||
rbac:
|
||||
ownNamespaceOnly: true
|
||||
|
||||
route:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue