Remove excess submounts. Fix installation errors. (#4871)

This commit is contained in:
Rob Kernick
2018-04-10 14:29:10 -07:00
committed by k8s-ci-robot
parent fd29b783c7
commit c00ecbd10b
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: sonarqube
description: Sonarqube is an open sourced code quality scanning tool
version: 0.3.6
version: 0.3.7
appVersion: 6.5
keywords:
- coverage
@@ -31,7 +31,6 @@ spec:
subPath: extensions
- name: install-plugins
mountPath: /opt/sonarqube/extensions/plugins/install_plugins.sh
subPath: install_plugins.sh
{{- end }}
containers:
- name: {{ .Chart.Name }}
@@ -73,7 +72,6 @@ spec:
{{- if .Values.sonarProperties }}
- name: config
mountPath: /opt/sonarqube/conf/sonar.properties
subPath: sonar.properties
{{- end}}
- mountPath: /opt/sonarqube/data
name: sonarqube
@@ -83,7 +81,6 @@ spec:
subPath: extensions
- name: install-plugins
mountPath: /opt/sonarqube/extensions/plugins/install_plugins.sh
subPath: install_plugins.sh
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- if .Values.nodeSelector }}
@@ -97,7 +94,6 @@ spec:
- name: install-plugins
configMap:
name: {{ template "sonarqube.fullname" . }}-install-plugins
defaultMode: 0775
- name: sonarqube
{{- if .Values.persistence.enabled }}
persistentVolumeClaim:
+2 -2
View File
@@ -25,11 +25,11 @@ ingress:
# - chart-example.local
readinessProbe:
initialDelaySeconds: 120
initialDelaySeconds: 60
periodSeconds: 30
failureThreshold: 6
livenessProbe:
initialDelaySeconds: 120
initialDelaySeconds: 60
periodSeconds: 30
# Set extra env variables. Like proxy settings.