You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/21 17:35:53 UTC

[GitHub] [airflow] jedcunningham commented on a change in pull request #17142: Chart: Create a random secret for Webserver's flask secret key

jedcunningham commented on a change in pull request #17142:
URL: https://github.com/apache/airflow/pull/17142#discussion_r674195146



##########
File path: chart/tests/test_basic_helm_chart.py
##########
@@ -190,6 +191,7 @@ def test_labels_are_valid(self):
             (f"{release_name}-statsd", "Service", "statsd"),
             (f"{release_name}-statsd-policy", "NetworkPolicy", "statsd-policy"),
             (f"{release_name}-webserver", "Deployment", "webserver"),
+            (f"{release_name}-webserver-secret-key", "Secret", None),

Review comment:
       Should we add `component=webserver`?




-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org