Skip to content

Commit 99866f6

Browse files
authored
fix: helmchart node modules path (#392)
1 parent 54a42f9 commit 99866f6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

helm/fuel-explorer/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.9
18+
version: 0.1.10
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm/fuel-explorer/templates/deployment.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ spec:
5353
name: dist
5454
- mountPath: /app-explorer/src/graphql
5555
name: graphql
56-
- mountPath: /app-explorer/node_modules
57-
name: node-modules
5856
resources:
5957
{{- toYaml .Values.resources | nindent 12 }}
6058
volumes:
@@ -68,8 +66,6 @@ spec:
6866
emptyDir: {}
6967
- name: graphql
7068
emptyDir: {}
71-
- name: node-modules
72-
emptyDir: {}
7369
{{- with .Values.nodeSelector }}
7470
nodeSelector:
7571
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)