add sonarqube

This commit is contained in:
2026-04-27 21:52:01 +07:00
parent 142dd15922
commit e42544c877
256 changed files with 12484 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{{- if include "sonarqube.azure.enabled" . }}
{{- $azure := .Values.global.azure }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "sonarqube.fullname" . }}-azure-config
labels: {{- include "sonarqube.labels" . | nindent 4 }}
data:
CLIENT_ID: {{ $azure.identity.clientId | quote }}
EXTENSION_RESOURCE_ID: {{ $azure.extension.resourceId | quote }}
PLAN_ID: {{ $azure.marketplace.planId | quote }}
{{- end }}