We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ae1c9 commit 2f19739Copy full SHA for 2f19739
charts/digital-product-pass/values.yaml
@@ -94,7 +94,7 @@ backend:
94
# -- mounted path for the backend configuration added in the config maps
95
- name: backend-config
96
mountPath: /app/config
97
- # -- contains the location for the process data directory
+ # -- contains the location for the process data directory
98
- name: pvc-backend
99
mountPath: /app/data/process
100
subPath: data/process
@@ -123,7 +123,7 @@ backend:
123
124
persistentVolumeClaim:
125
claimName: pvc-data
126
- # -- temporary file system mount
+ # -- temporary file system mount
127
- name: tmpfs
128
emptyDir: {}
129
0 commit comments