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 0b093da commit 64e48e6Copy full SHA for 64e48e6
charts/gophish/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: gophish
3
description: gophish helm chart for Kubernetes
4
type: application
5
-version: 1.2.9
+version: 1.2.10
6
appVersion: 0.12.1
7
maintainers:
8
- email: [email protected]
charts/gophish/templates/deployment.yaml
@@ -83,7 +83,6 @@ spec:
83
{{- with .Values.volumeMounts }}
84
volumeMounts:
85
{{- toYaml . | nindent 12 }}
86
- volumeMounts:
87
{{- if and .Values.persistence.data.enabled .Values.persistence.enabled }}
88
- name: gophish-data
89
mountPath: {{ .Values.data.dataMountDir }}
0 commit comments