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
9
manifests/hcloud-token.yaml
Normal file
9
manifests/hcloud-token.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: hcloud-token
|
||||
namespace: kube-system
|
||||
type: Opaque
|
||||
data:
|
||||
# n9IOtQfzXjSnsXSxUtGNOmfnr2uWaQVbpbve7wOphQPv0Flm1ssol5SCWYxn8vIs
|
||||
token: bjlJT3RRZnpYalNuc1hTeFV0R05PbWZucjJ1V2FRVmJwYnZlN3dPcGhRUHYwRmxtMXNzb2w1U0NXWXhuOHZJcw==
|
||||
Reference in a new issue