Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
use persistence for extensions
Browse files Browse the repository at this point in the history
(unconditional mount of the PV on extensions folder)
  • Loading branch information
T committed Jan 27, 2021
1 parent 9c8b1ba commit 601b04b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 9.2.6
version: 9.2.7
appVersion: 8.5.1-community
keywords:
- coverage
Expand Down
6 changes: 2 additions & 4 deletions charts/sonarqube/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,9 @@ spec:
- mountPath: {{ .Values.sonarqubeFolder }}/data
name: sonarqube
subPath: data
{{- if .Values.plugins.install }}
- mountPath: {{ .Values.sonarqubeFolder }}/extensions/downloads
- mountPath: {{ .Values.sonarqubeFolder }}/extensions
name: sonarqube
subPath: extensions/downloads
{{- end }}
subPath: extensions
{{- if .Values.plugins.lib }}
{{- range $index, $val := .Values.plugins.lib }}
- mountPath: {{ $.Values.sonarqubeFolder }}/lib/common/{{ $val }}
Expand Down

0 comments on commit 601b04b

Please sign in to comment.