Add sample files.

This commit is contained in:
Michael Lipp 2023-08-09 22:56:00 +02:00
parent 5d5b0c07c5
commit 3b72cb7969
7 changed files with 150 additions and 0 deletions

13
deploy/kustomization.yaml Normal file
View file

@ -0,0 +1,13 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: qemu-vms
resources:
- crds/vms-crd.yaml
- vmop-cluster-role.yaml
- vmop-service-account.yaml
- vmop-role-binding.yaml
- vmop-image-repository-pvc.yaml
- vmop-config-map.yaml
- vmop-deployment.yaml