Skip to content

Commit

Permalink
chore: fix trailing spaces for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 committed Feb 20, 2024
1 parent 62ae1c9 commit 2f19739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/digital-product-pass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -123,7 +123,7 @@ backend:
- name: pvc-backend
persistentVolumeClaim:
claimName: pvc-data
# -- temporary file system mount
# -- temporary file system mount
- name: tmpfs
emptyDir: {}

Expand Down

0 comments on commit 2f19739

Please sign in to comment.