diff --git a/example/local-path/kustomization.yaml b/example/local-path/kustomization.yaml index b9139eb..1d25d7e 100644 --- a/example/local-path/kustomization.yaml +++ b/example/local-path/kustomization.yaml @@ -22,3 +22,16 @@ patches: 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": + runnerData: + # Default is to use the default storage class + storageClassName: rook-cephfs