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:
|
extraVolumeMounts:
|
||||||
- name: renovate-config
|
- name: renovate-config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
extraEnvFrom:
|
|
||||||
- secretRef:
|
|
||||||
name: renovate-operator-docker-login
|
|
||||||
extraEnv:
|
extraEnv:
|
||||||
- name: RENOVATE_CONFIG_FILE
|
- name: RENOVATE_CONFIG_FILE
|
||||||
value: /config/config.js
|
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
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /secrets/managed/renovate/token
|
key: /secrets/managed/renovate/token
|
||||||
property: RENOVATE_TOKEN
|
property: RENOVATE_TOKEN
|
||||||
- secretKey: RENOVATE_GITHUB_TOKEN
|
- secretKey: GITHUB_TOKEN
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /secrets/managed/renovate/token
|
key: /secrets/managed/renovate/token
|
||||||
property: GITHUB_COM_TOKEN
|
property: GITHUB_COM_TOKEN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue