Hi!
We’re using SonarQube Enterprise Edition v10.5.1 (90531), installed as a zip, with enabled quality profile for Kubernetes that supports scanning of Helm charts.
But since we have environment-specific configuration for Helm deployments we’re using environment-specific values files that have different names, i.e. deploy-values-dev.yml
, deploy-values-prod.yml
, etc.
From what we can see SonarQube supports only default values.yml
name and currently fails for us with following error message: ##[error]ERROR: Failed to evaluate Helm file .../templates/hpa.yaml: Failed to find values file
Can someone please confirm if SonarQube only supports default values.yml
naming for scanning Helm charts and if it’s planned to support custom names for values files?
Thanks in advance!