jedcunningham commented on code in PR #39936: URL: https://github.com/apache/airflow/pull/39936#discussion_r1644771857
########## chart/values.schema.json: ########## @@ -7409,6 +7409,14 @@ ], "default": null }, + "sshKey": { + "description": "Base64 converted ssh private key", Review Comment: This need to be updated. ########## 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: <base64-converted-ssh-private-key> Review Comment: And this. Probably worth putting an example with an empty key, since this is a multi-line deal. -- 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