Add robot env vars.
This commit is contained in:
parent
6b71a26102
commit
a171e06eca
1 changed files with 13 additions and 0 deletions
|
@ -17,6 +17,19 @@ spec:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
interval: 30m
|
interval: 30m
|
||||||
values:
|
values:
|
||||||
|
env:
|
||||||
|
ROBOT_USER:
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: hcloud
|
||||||
|
key: robot-user
|
||||||
|
optional: true
|
||||||
|
ROBOT_PASSWORD:
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: hcloud
|
||||||
|
key: robot-password
|
||||||
|
optional: true
|
||||||
metrics:
|
metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
networking:
|
networking:
|
||||||
|
|
Reference in a new issue