apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - https://github.com/mnlipp/VM-Operator/deploy namespace: vmop-demo patches: - patch: |- kind: PersistentVolumeClaim apiVersion: v1 metadata: name: vmop-image-repository spec: # Default is ReadOnlyMany accessModes: - ReadWriteOnce resources: requests: # Default is 100Gi storage: 10Gi # Default is to use the default storage class storageClassName: local-path - patch: |- kind: ConfigMap apiVersion: v1 metadata: name: vm-operator data: config.yaml: | "/Manager": "/Controller": "/Reconciler" runnerDataPvc: # Default is to use the default storage class storageClassName: local-path