Add private key config to certificate template and values
This commit is contained in:
@@ -242,6 +242,9 @@ api7:
|
||||
enabled: true
|
||||
issuer: cloudflare-acme-prod # ClusterIssuer name
|
||||
issuerKind: ClusterIssuer # or Issuer
|
||||
# Private key configuration
|
||||
privateKey:
|
||||
rotationPolicy: Always # Always or Never (cert-manager >= v1.18.0 default is Always)
|
||||
# Option 2: Use existing secret
|
||||
secretName: "" # Name of existing TLS secret
|
||||
# Option 3: Provide certificates directly (not recommended for production)
|
||||
|
||||
Reference in New Issue
Block a user