albundy83 commented on code in PR #52977: URL: https://github.com/apache/airflow/pull/52977#discussion_r2191033288
########## helm-tests/tests/helm_tests/security/test_fernetkey_secret.py: ########## @@ -26,11 +29,24 @@ class TestFernetKeySecret: def test_should_add_annotations_to_fernetkey_secret(self): docs = render_chart( values={ - "fernetKey": "test", + "fernetKey": "0IElBVJmqYRvIXEed4711qEHLkeNl8uJ1q1EmnrKDUg=", Review Comment: Well, as fernetKey must be a base64 encoded value... it was to have a clean example :) -- 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