applike-ss opened a new pull request, #1163:
URL: https://github.com/apache/flink-kubernetes-operator/pull/1163

   ## Summary
   
   Make the webhook certificate Secret name configurable via 
`webhook.certSecretName` in `values.yaml`.
   
   The previous hardcoded value `webhook-server-cert` caused collisions when 
multiple operator instances were installed in the same namespace or when 
external cert management required a specific secret name.
   
   ## Changes
   
   - Added `webhook.certSecretName` value (optional, defaults to 
`<release-name>-webhook-server-cert`)
   - Added `flink-operator.webhookCertSecretName` helper in `_helpers.tpl`
   - Updated `certificate.yaml` and `deployment.yaml` to use the helper
   
   ## What was tested
   
   - `helm template` with default values → produces 
`<release-name>-webhook-server-cert`
   - `helm template --set webhook.certSecretName=custom` → produces `custom`


-- 
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]

Reply via email to