diff --git a/examples/quota/debug.yaml b/examples/quota/debug.yaml index e0bf5e5855341230b588c6907c137ea787b3c907..aa3155b853a51c4b2db57bc3f02191ee42269294 100644 --- a/examples/quota/debug.yaml +++ b/examples/quota/debug.yaml @@ -134,7 +134,17 @@ data: - name: xfs-quota-projects subPath: projid mountPath: /etc/projid + - name: device-dir + mountPath: /dev volumes: - name: xfs-quota-projects hostPath: - path: /etc + path: /etc/projects + type: FileOrCreate + - name: xfs-quota-projid + hostPath: + path: /etc/projid + type: FileOrCreate + - name: device-dir + hostPath: + path: /dev