LE0-Lin opened a new pull request, #71883:
URL: https://github.com/apache/airflow/pull/71883

   The Helm chart supports both a named `dags.gitSync.sshKeySecret` and an 
inline `dags.gitSync.sshKey` for SSH authentication. However, the post-install 
notes only warned about missing `knownHosts` configuration for the named-secret 
path, so inline-key users could miss the same host-verification warning.
   
   Include both SSH key sources in the warning condition while continuing to 
suppress the warning when `knownHosts` is configured.
   
   ## Testing
   
   - `breeze testing helm-tests --test-type airflow_aux -- -q` (`665 passed`)
   - `prek run --files chart/templates/NOTES.txt --stage pre-commit`
   - `helm lint chart` with Helm 3.19
   - Helm 4 client-side dry-run matrix covering inline key, named secret, 
configured known hosts, and no SSH key


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