pjaggu1
(Jagan)
April 11, 2022, 3:54pm
1
HI , Iam using the official sonarqube-lts helm charts.I need to use the azure blob storage for persistence
Could you please suggest the changes i need to made to existing below persistence section(from values.yaml)
# Default values for sonarqube.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
deploymentType: "StatefulSet"
# If the deployment Type is set to Deployment sonarqube is deployed as a replica set
# There should not be more than 1 sonarqube instance connected to the same database
replicaCount: 1
# This will use the default deployment strategy unless it is overriden
deploymentStrategy: {}
# Uncomment this to scheduler pods on priority
# priorityClassName: "high-priority"
## Use an alternate scheduler, e.g. "stork".
## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
##
# schedulerName:
This file has been truncated. show original