Baoyuantop commented on issue #721: URL: https://github.com/apache/apisix-helm-chart/issues/721#issuecomment-4205344088
The chart supports mounting custom CA certificates via: - `apisix.ssl.existingCASecret`: Name of a Kubernetes Secret containing the CA certificate (values.yaml line 316-317) - `apisix.ssl.certCAFilename`: The key/filename within that Secret (values.yaml line 318-319) Common issues with CA certificate mounting: 1. **Secret key name mismatch**: Ensure `certCAFilename` matches the actual key name in your Secret 2. **Certificate format**: The certificate must be in PEM format 3. **Secret namespace**: The Secret must be in the same namespace as the APISIX deployment You can also use `extraVolumes` and `extraVolumeMounts` (values.yaml lines 114-126) for more flexible certificate mounting. Closing as this is a usage question. If you still encounter issues, please feel free to reopen. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
