UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1ae42a55 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'sonarqube-sidecar' into 'master'

Sonarqube: work with Istio sidecar injection

Closes platform-one/big-bang/apps/developer-tools/sonarqube#15

See merge request platform-one/big-bang/bigbang!952
parents b5484be9 e3a8338c
No related branches found
No related tags found
2 merge requests!1386Master,!952Sonarqube: work with Istio sidecar injection
Pipeline #526840 passed
......@@ -7,5 +7,5 @@ metadata:
app.kubernetes.io/name: sonarqube
app.kubernetes.io/component: "developer-tools"
{{- include "commonLabels" . | nindent 4}}
istio-injection: disabled
istio-injection: {{ dig "istio" "injection" "enabled" .Values.addons.sonarqube }}
{{- end }}
......@@ -744,7 +744,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube.git
path: "./chart"
tag: "9.6.3-bb.2"
tag: "9.6.3-bb.5"
# -- Flux reconciliation overrides specifically for the Sonarqube Package
flux: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment