From e4c7b13773600137dba51162e83a5ea618fba3e6 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" <1446020+mnlipp@users.noreply.github.com> Date: Mon, 14 Aug 2023 06:16:49 +0200 Subject: [PATCH] Update kustomization.yaml --- example/local-path/kustomization.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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