Init commit

This commit is contained in:
2024-04-02 17:21:21 +02:00
commit 30451e2b5f
7 changed files with 133 additions and 0 deletions

9
examples/cm.yaml Normal file
View File

@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: test
labels:
component: bootstrap
data:
provider: hetzner
cluster: k3s

11
examples/pod.yaml Normal file
View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Pod
metadata:
name: shell-operator
spec:
containers:
- name: shell-operator
image: so
imagePullPolicy: Never
serviceAccountName: monitor-pods-cm