From 4d6cae37a6b3876ffcc311a12b282151d6fed383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Am=C3=A9lie=20Loulergue?= Date: Fri, 15 Nov 2024 12:32:03 +0100 Subject: [PATCH] fix delegated storage patch path variable --- opensource/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opensource/templates/deployment.yaml b/opensource/templates/deployment.yaml index 0b189dd..c050412 100644 --- a/opensource/templates/deployment.yaml +++ b/opensource/templates/deployment.yaml @@ -116,8 +116,8 @@ spec: value: "{{ default "" .Values.delegatedStorage.routes.get }}" - name: DELEGATED_STORAGE_POST_PATH value: "{{ default "" .Values.delegatedStorage.routes.post }}" - - name: DELEGATED_STORAGE_PUT_PATH - value: "{{ default "" .Values.delegatedStorage.routes.put }}" + - name: DELEGATED_STORAGE_PATCH_PATH + value: "{{ default "" .Values.delegatedStorage.routes.patch }}" - name: DELEGATED_STORAGE_DELETE_PATH value: "{{ default "" .Values.delegatedStorage.routes.delete }}" - name: DELEGATED_STORAGE_TOKEN