Skip to content

Commit

Permalink
Do not create dynamic pvc if an existing one is set for Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed Feb 18, 2020
1 parent d109899 commit 9ef6d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy/templates/pvc-galaxy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if .Values.persistence.enabled -}}
{{ if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}}
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down

0 comments on commit 9ef6d37

Please sign in to comment.