Skip to content

Commit

Permalink
Merge pull request #39 from acend/add-docker-volume
Browse files Browse the repository at this point in the history
fix bug in deployment template
  • Loading branch information
splattner authored Jan 11, 2022
2 parents a5c3f23 + 4c97457 commit 8cd391b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/webshell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: webshell
description: A Helm chart to deploy a webshell environment
type: application
version: 0.1.18
appVersion: "0.1.18"
version: 0.1.19
appVersion: "0.1.19"
2 changes: 1 addition & 1 deletion deploy/charts/webshell/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
claimName: {{ include "webshell.fullname" . }}
{{- else }}
emptyDir: {}
{{- end -}}
{{- end }}
- name: docker-volume
{{- if .Values.dind.persistence.enabled }}
persistentVolumeClaim:
Expand Down

0 comments on commit 8cd391b

Please sign in to comment.