fix secretref
This commit is contained in:
parent
486542e783
commit
856e86fd51
2 changed files with 11 additions and 4 deletions
|
|
@ -20,9 +20,16 @@ spec:
|
|||
extraVolumeMounts:
|
||||
- name: renovate-config
|
||||
mountPath: /config
|
||||
extraEnvFrom:
|
||||
- secretRef:
|
||||
name: renovate-operator-docker-login
|
||||
extraEnv:
|
||||
- name: RENOVATE_CONFIG_FILE
|
||||
value: /config/config.js
|
||||
- name: DOCKER_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: renovate-operator-docker-login
|
||||
key: DOCKER_USERNAME
|
||||
- name: DOCKER_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: renovate-operator-docker-login
|
||||
key: DOCKER_TOKEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue