--- apiVersion: v1 kind: ConfigMap metadata: name: oas-local-path-provisioner-values data: values.yaml: | nodePathMap: - node: DEFAULT_PATH_FOR_NON_LISTED_NODES paths: - "/var/lib/OpenAppStack/local-storage" storageClass: defaultClass: true # We temporarily use our own build in order to use local volumes instead of # hostPath. image: repository: "open.greenhost.net:4567/openappstack/openappstack/local-path-provisioner" tag: "52f994f-amd64" resources: requests: cpu: 200m memory: 20Mi limits: cpu: 400m memory: 40Mi