Update examples

This commit is contained in:
Nikolai Rodionov 2024-04-03 11:55:52 +02:00
parent 28a3d2a773
commit 0d33733693
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 12 additions and 1 deletions

11
examples/cm-hetzner.yaml Normal file
View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: test
namespace: test
labels:
component: bootstrap
data:
vars: |-
SP_PROVIDER=hetzner
SP_KUBERNETES=k3s

View File

@ -6,5 +6,5 @@ metadata:
labels: labels:
component: bootstrap component: bootstrap
data: data:
provider: hetzner provider: dummy
kubernetes: k3s kubernetes: k3s