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
|
name: renovate-config
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: renovate-config
|
- name: renovate-config
|
||||||
mountPath: /opt/renovate
|
mountPath: /config
|
||||||
|
extraEnvFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: renovate-operator-docker-login
|
||||||
extraEnv:
|
extraEnv:
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
value: debug
|
value: debug
|
||||||
|
|
@ -30,4 +33,4 @@ spec:
|
||||||
- name: RENOVATE_GIT_AUTHOR
|
- name: RENOVATE_GIT_AUTHOR
|
||||||
value: "Renovate <renovate@peterg.nl>"
|
value: "Renovate <renovate@peterg.nl>"
|
||||||
- name: RENOVATE_CONFIG_FILE
|
- name: RENOVATE_CONFIG_FILE
|
||||||
value: /opt/renovate/config.json
|
value: /config/config.json
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,12 @@ metrics:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
image:
|
crd:
|
||||||
imagePullSecrets:
|
install: true
|
||||||
- name: renovate-operator-docker-login
|
mode: template
|
||||||
|
|
||||||
|
rbac:
|
||||||
|
ownNamespaceOnly: true
|
||||||
|
|
||||||
route:
|
route:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue