From 2f197390119403fd7f05dd5a401cd9ac93e96f1a Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Tue, 20 Feb 2024 18:26:44 +0100 Subject: [PATCH] chore: fix trailing spaces for linting --- charts/digital-product-pass/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/digital-product-pass/values.yaml b/charts/digital-product-pass/values.yaml index 70651fee3..fbefbd166 100644 --- a/charts/digital-product-pass/values.yaml +++ b/charts/digital-product-pass/values.yaml @@ -94,7 +94,7 @@ backend: # -- mounted path for the backend configuration added in the config maps - name: backend-config mountPath: /app/config - # -- contains the location for the process data directory + # -- contains the location for the process data directory - name: pvc-backend mountPath: /app/data/process subPath: data/process @@ -123,7 +123,7 @@ backend: - name: pvc-backend persistentVolumeClaim: claimName: pvc-data - # -- temporary file system mount + # -- temporary file system mount - name: tmpfs emptyDir: {}