Update hccm hr config.
This commit is contained in:
parent
f943f7940c
commit
1c97e131ee
1 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,9 @@ spec:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
interval: 30m
|
interval: 30m
|
||||||
values:
|
values:
|
||||||
|
image:
|
||||||
|
repository: ghcr.io/jahanson/hccm
|
||||||
|
tag: v1.19.1
|
||||||
env:
|
env:
|
||||||
ROBOT_USER:
|
ROBOT_USER:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
@ -30,6 +33,12 @@ spec:
|
||||||
name: hcloud
|
name: hcloud
|
||||||
key: robot-password
|
key: robot-password
|
||||||
optional: true
|
optional: true
|
||||||
|
HCLOUD_TOKEN:
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: hcloud
|
||||||
|
key: token
|
||||||
|
optional: true
|
||||||
metrics:
|
metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
networking:
|
networking:
|
||||||
|
|
Reference in a new issue