File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : gpkg-merger
33description : A Helm chart for gpkg-merger service # refers to MergerService
44type : application
5- version : 1.3.5
6- appVersion : 1.3.5
5+ version : 1.3.6
6+ appVersion : 1.3.6
Original file line number Diff line number Diff line change 7070 - name : ingestion-storage
7171 persistentVolumeClaim :
7272 claimName : {{ $fs.ingestionSourcePvc.name }}
73- - name : output-storage
74- persistentVolumeClaim :
75- claimName : {{ $fs.internalPvc.name }}
7673 {{- if .Values.global.ca.secretName }}
7774 - name : root-ca
7875 secret :
@@ -125,7 +122,7 @@ spec:
125122 volumeMounts :
126123 - name : ingestion-storage
127124 mountPath : /layerSources
128- - name : output -storage
125+ - name : ingestion -storage
129126 mountPath : /app/tiles_outputs
130127 {{- if .Values.global.ca.secretName }}
131128 - name : root-ca
You can’t perform that action at this time.
0 commit comments