Skip to content

Commit

Permalink
fix helm error (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
alin999 authored Oct 22, 2019
1 parent 2190f48 commit a137d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
{{- end }}
volumes:
- name: storage
{- if .Values.NP_STORAGE_PVC_CLAIM_NAME }}
{{- if .Values.NP_STORAGE_PVC_CLAIM_NAME }}
persistentVolumeClaim:
claimName: {{ .Values.NP_STORAGE_PVC_CLAIM_NAME }}
{{- else }}
Expand Down

0 comments on commit a137d04

Please sign in to comment.