Skip to content

Commit

Permalink
Merge pull request #116 from galaxyproject/avoid-auto-pvc-when-using-…
Browse files Browse the repository at this point in the history
…existing

Do not create dynamic pvc if an existing one is set for Galaxy
  • Loading branch information
nuwang authored Feb 19, 2020
2 parents d109899 + 9ef6d37 commit 6d810fa
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 6d810fa

Please sign in to comment.