From cd3205a5d4968ae74674fbf179fbf1f7177d8787 Mon Sep 17 00:00:00 2001 From: Samuel Liu Date: Tue, 15 Nov 2022 16:25:33 +0800 Subject: [PATCH] fix quota debug example --- examples/quota/debug.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/examples/quota/debug.yaml b/examples/quota/debug.yaml index e0bf5e58..aa3155b8 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 -- GitLab