Skip to content

Commit 2f19739

Browse files
committed
chore: fix trailing spaces for linting
1 parent 62ae1c9 commit 2f19739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/digital-product-pass/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ backend:
9494
# -- mounted path for the backend configuration added in the config maps
9595
- name: backend-config
9696
mountPath: /app/config
97-
# -- contains the location for the process data directory
97+
# -- contains the location for the process data directory
9898
- name: pvc-backend
9999
mountPath: /app/data/process
100100
subPath: data/process
@@ -123,7 +123,7 @@ backend:
123123
- name: pvc-backend
124124
persistentVolumeClaim:
125125
claimName: pvc-data
126-
# -- temporary file system mount
126+
# -- temporary file system mount
127127
- name: tmpfs
128128
emptyDir: {}
129129

0 commit comments

Comments
 (0)