Added check sshGitServer and gitConfig for creating volumeMounts (#1370)

* Added check sshGitServer and gitConfig for creating volumeMounts

* Chart's version bump

* Charts version bump

* Bumped version
This commit is contained in:
Alexandr Kozlenkov
2019-11-12 20:51:11 +03:00
committed by Aaron Schlesinger
parent 6ee9e0932c
commit 50612e2660
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: athens-proxy
version: 0.3.6
version: 0.3.7
appVersion: 0.6.1
description: The proxy server for Go modules
icon: https://raw.githubusercontent.com/gomods/athens/master/docs/static/banner.png
@@ -147,7 +147,7 @@ spec:
{{- end }}
ports:
- containerPort: 3000
{{- if or (eq .Values.storage.type "disk") .Values.upstreamProxy.enabled .Values.netrc.enabled }}
{{- if or (eq .Values.storage.type "disk") .Values.upstreamProxy.enabled .Values.netrc.enabled .Values.sshGitServers .Values.gitconfig.enabled}}
volumeMounts:
{{- end }}
{{- if eq .Values.storage.type "disk" }}