Skip to content

Commit

Permalink
Merge pull request #1 from evermos/existing-pvc
Browse files Browse the repository at this point in the history
add existing pvc
  • Loading branch information
ariretiarno authored Feb 13, 2024
2 parents 52a345c + 3041915 commit 3ff03b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/n8n/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: n8n
description: A N8N Helm chart for Kubernetes. n8n is a free and open fair-code licensed node-based Workflow Automation Tool.
type: application
version: 0.136.0
appVersion: "0.136.0"
version: 0.137.0
appVersion: "0.137.0"

keywords:
- n8n
Expand Down
3 changes: 3 additions & 0 deletions charts/n8n/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ spec:
{{- if .Values.persistence.enabled }}
persistentVolumeClaim:
claimName: {{ include "n8n.fullname" . }}
{{- else if .Values.persistence.existing }}
persistentVolumeClaim:
claimName: {{ .Values.persistence.existing.name }}
{{- else }}
emptyDir: {}
{{- end }}
Expand Down

0 comments on commit 3ff03b1

Please sign in to comment.