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 2020/11/10 23:26:14 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #12009: Fix chart network policies definion and compliance

mik-laj commented on a change in pull request #12009:
URL: https://github.com/apache/airflow/pull/12009#discussion_r520938680



##########
File path: chart/templates/webserver/webserver-networkpolicy.yaml
##########
@@ -39,13 +39,13 @@ spec:
       component: webserver
       release: {{ .Release.Name }}
   policyTypes:
-  - Ingress
-  ingress:
-  - from:
+    - Ingress
 {{- if .Values.webserver.extraNetworkPolicies }}
-{{ toYaml .Values.webserver.extraNetworkPolicies | indent 4 }}
+  ingress:
+    - from:
+{{ toYaml .Values.webserver.extraNetworkPolicies | indent 6 }}

Review comment:
       @thesuperzapper  Do you have any experience with this? Can you help us please?




----------------------------------------------------------------
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.

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