Init commit
This commit is contained in:
9
examples/cm.yaml
Normal file
9
examples/cm.yaml
Normal 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
11
examples/pod.yaml
Normal 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
|
||||
|
Reference in New Issue
Block a user