diff --git a/manifest/sonarqube/values.yaml b/manifest/sonarqube/values.yaml index 1564a90..5236172 100644 --- a/manifest/sonarqube/values.yaml +++ b/manifest/sonarqube/values.yaml @@ -442,8 +442,8 @@ jvmCeOpts: "" # not setting the monitoring passcode will result in a deployment that will never be ready # monitoringPasscode: "define_it" # Alternatively, you can define the passcode loading it from an existing secret specifying the right key -# monitoringPasscodeSecretName: "pass-secret-name" -# monitoringPasscodeSecretKey: "pass-key" +monitoringPasscodeSecretName: "sonarqube-monitoring-passcode" +monitoringPasscodeSecretKey: "monitoringPasscode" ## Environment variables to attach to the pods ##