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
|
||||
interval: 30m
|
||||
values:
|
||||
image:
|
||||
repository: ghcr.io/jahanson/hccm
|
||||
tag: v1.19.1
|
||||
env:
|
||||
ROBOT_USER:
|
||||
valueFrom:
|
||||
|
@ -30,6 +33,12 @@ spec:
|
|||
name: hcloud
|
||||
key: robot-password
|
||||
optional: true
|
||||
HCLOUD_TOKEN:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: hcloud
|
||||
key: token
|
||||
optional: true
|
||||
metrics:
|
||||
enabled: true
|
||||
networking:
|
||||
|
|
Reference in a new issue