Skip to content

Commit 64e48e6

Browse files
committed
(gophish)(fix) deployment moutnVolume
1 parent 0b093da commit 64e48e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

charts/gophish/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: gophish
33
description: gophish helm chart for Kubernetes
44
type: application
5-
version: 1.2.9
5+
version: 1.2.10
66
appVersion: 0.12.1
77
maintainers:
88

charts/gophish/templates/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ spec:
8383
{{- with .Values.volumeMounts }}
8484
volumeMounts:
8585
{{- toYaml . | nindent 12 }}
86-
volumeMounts:
8786
{{- if and .Values.persistence.data.enabled .Values.persistence.enabled }}
8887
- name: gophish-data
8988
mountPath: {{ .Values.data.dataMountDir }}

0 commit comments

Comments
 (0)