feat: initial commit
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
This commit is contained in:
commit
a4f9b46fdb
11 changed files with 640 additions and 0 deletions
8
helm/values/hccm.yaml
Normal file
8
helm/values/hccm.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
replicaCount: 2
|
||||
|
||||
env:
|
||||
HCLOUD_TOKEN:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: hcloud-token
|
||||
key: token
|
||||
Reference in a new issue