Continuous Compliance Automation Platform Helm Installation for Kubernetes
Download the values.yaml template:
💡 All values file or cloud-specific values file examples: All Values | AWS EKS Values | Azure AKS Values
Must be exactly 32 characters
💡 Generate with: openssl rand -hex 16 2>/dev/null
Requires Azure Blob CSI driver
Requires AWS EFS CSI driver. Supports ReadWriteMany (multiple replicas).
⚠️ EFS Access Point Required: For proper permissions and security, create an EFS access point with UID/GID 1001:1001.
If your SQL Server presents a certificate signed by a CA that isn't in the container's default trust store (most commonly AWS GovCloud RDS, internal PKI, or private MSSQL), RegScale fails at startup with Certificate failed chain validation ... PartialChain during the SQL pre-login handshake.
Setting TrustServerCertificate=True is usually blocked by production compliance policy. As of chart 3.1.9, the chart supports adding extra trusted CAs the right way — without an image rebuild and while keeping readOnlyRootFilesystem: true.
Quick recipe (AWS GovCloud RDS, us-gov-east-1):
Then in your values:
The chart adds an init container that merges your PEMs with the image's system CA bundle into a shared emptyDir, and the main container reads it via SSL_CERT_FILE. Keep TrustServerCertificate=False in your connection string — real chain validation will succeed.
RegScale is a continuous compliance automation platform that helps organizations maintain security and compliance across their infrastructure.