rjgoyln commented on code in PR #64135:
URL: https://github.com/apache/airflow/pull/64135#discussion_r2980916936
##########
chart/values.yaml:
##########
@@ -553,18 +552,24 @@ fernetKeySecretAnnotations: {}
apiSecretKey: ~
# Add custom annotations to the api secret
apiSecretAnnotations: {}
+# Must contain an 'api-secret-key' key (suggested: random 32-char string).
+# Note: Values in K8s Secrets must be Base64 encoded.
Review Comment:
OK, got it. Thank you so much🙏🙏.
I’ve removed the comments that might cause confusion. Please let me know if
there’s anything else I should change.
--
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]