Enabling robot in hccm.

This commit is contained in:
Joseph Hanson 2023-11-28 11:29:56 -06:00
parent 088ac0aa88
commit 6b71a26102
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 10 additions and 0 deletions

View file

@ -21,3 +21,11 @@ spec:
remoteRef: remoteRef:
key: hetzner key: hetzner
property: cloud-network-name property: cloud-network-name
- secretKey: robot-user
remoteRef:
key: hetzner
property: robot-api-user
- secretKey: robot-password
remoteRef:
key: hetzner
property: robot-api-password

View file

@ -22,3 +22,5 @@ spec:
networking: networking:
enabled: true enabled: true
clusterCIDR: 10.244.0.0/16 clusterCIDR: 10.244.0.0/16
robot:
enabled: true