VM-Operator/example/local-path/kustomization.yaml
2023-08-12 15:05:56 +02:00

21 lines
437 B
YAML

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:
# accessModes:
# - ReadWriteOnce
# resources:
# requests:
# storage: 10Gi
# storageClassName: local-path