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/11/02 02:19:37 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #18249: Add support for securityContext per deployment

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



##########
File path: chart/values.schema.json
##########
@@ -1203,6 +1216,18 @@
                             ]
                         }
                     }
+                },
+                "securityContext": {
+                    "description": "Global Pod security context as defined in `Pod Security Context <https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podsecuritycontext-v1-core>`_. If not set, the values from `securityContext` will be used.",
+                    "type": "object",

Review comment:
       Can you use a more strict schema?




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