Skip to content

Commit

Permalink
fix volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw committed Oct 11, 2023
1 parent 1f90dd2 commit 8444f94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ spec:
timeoutSeconds: 3
failureThreshold: 3

{{- if and (eq .Values.kind "Deployment") .Values.storage.persistence.mountExistingPVC }}
volumes:
{{- if and (eq .Values.kind "Deployment") .Values.storage.persistence.mountExistingPVC }}
- name: enterprise-portal-pvc-{{ include "tyk-enterprise-portal.fullname" . }}
persistentVolumeClaim:
claimName: {{ .Values.storage.persistence.mountExistingPVC }}
Expand Down

0 comments on commit 8444f94

Please sign in to comment.