Enabling robot in hccm.
This commit is contained in:
parent
088ac0aa88
commit
6b71a26102
2 changed files with 10 additions and 0 deletions
|
@ -21,3 +21,11 @@ spec:
|
|||
remoteRef:
|
||||
key: hetzner
|
||||
property: cloud-network-name
|
||||
- secretKey: robot-user
|
||||
remoteRef:
|
||||
key: hetzner
|
||||
property: robot-api-user
|
||||
- secretKey: robot-password
|
||||
remoteRef:
|
||||
key: hetzner
|
||||
property: robot-api-password
|
||||
|
|
|
@ -22,3 +22,5 @@ spec:
|
|||
networking:
|
||||
enabled: true
|
||||
clusterCIDR: 10.244.0.0/16
|
||||
robot:
|
||||
enabled: true
|
||||
|
|
Reference in a new issue