From b1a25bbae90aea206f0a5560482cea2e8fc37e59 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Fri, 15 Dec 2023 15:43:12 +0100 Subject: [PATCH] local-path should move to rook now Signed-off-by: Martyn Ranyard --- everything-app/code-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/everything-app/code-server.yaml b/everything-app/code-server.yaml index 9a71085..c8385a2 100644 --- a/everything-app/code-server.yaml +++ b/everything-app/code-server.yaml @@ -12,7 +12,7 @@ spec: helm: parameters: - name: persistence.storageClass - value: local-path-fast + value: rook-ceph-block-ssd - name: image.pullPolicy value: Always - name: service.type