set common cert to false
All checks were successful
continuous-integration/publish-helm Helm publish succeeded

This commit is contained in:
2026-01-21 17:58:21 +11:00
parent a83164397c
commit 0ffe8d6138
2 changed files with 26 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ common:
# The key reference to the cert in the domain-certificate secret. If using cert-manager, leave as 'keystore.p12'
# To create the required secret yourself run: `kubectl create secret generic domain-certificate --from-file=keystore.p12=/path/to/cert`
name: "keystore.p12"
enabled: true
enabled: false
# Set the password for your certificate, or leave empty and create 'certificate-password' secret external to helm deployment
# A password is needed whether you create the certificate yourself or generate the secret using the cert-manager feature below
# 'certificate-password' secret should have 1 data entry with the key 'password'