Skip to content
Snippets Groups Projects
Commit 2aff9bd9 authored by František Dvořák's avatar František Dvořák
Browse files

Fix ephemeral volume - required field "resources"

parent a104cae8
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,9 @@ singleuser:
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: local-path
resources:
requests:
storage: "10Gi"
extraVolumeMounts:
- name: cvmfs-host
mountPath: "/cvmfs:shared"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment