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 56daedd commit 09a0034Copy full SHA for 09a0034
charts/templates/deployment.yaml
@@ -28,4 +28,4 @@ spec:
28
volumes:
29
- name: jiaozifs-home
30
persistentVolumeClaim:
31
- claimName: {{ .Values.claim_name }}
+ claimName: {{ .Values.claim_name }}
charts/values.yaml
@@ -3,7 +3,7 @@
3
# See README.md for details.
4
replicas: 1
5
db: ""
6
-home_path: "/app/data"
+home_path: "/app"
7
port: 34913
8
ingress_name: nginx
9
log_level: info
0 commit comments