jedcunningham commented on code in PR #39936: URL: https://github.com/apache/airflow/pull/39936#discussion_r1644844509
########## chart/values.yaml: ########## @@ -2505,6 +2505,9 @@ dags: # and specify the name of the secret below # sshKeySecret: airflow-ssh-secret # + # Or set sshKeySecret with your key + # sshKey: ~ Review Comment: ```suggestion # Or set sshKey with your key # sshKey: |- # -----BEGIN OPENSSH PRIVATE KEY----- # ... # -----END OPENSSH PRIVATE KEY----- ``` This is more what I was thinking. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org