nwalens commented on a change in pull request #18249:
URL: https://github.com/apache/airflow/pull/18249#discussion_r717732335



##########
File path: chart/values.schema.json
##########
@@ -70,6 +70,332 @@
             "default": "2.1.3",
             "x-docsSection": "Common"
         },
+        "podSecurity": {
+            "description": "Set security contexts for certain containers",
+            "type": "object",
+            "x-docsSection": "Kubernetes",
+            "additionalProperties": false,
+            "properties": {
+                "default": {
+                    "description": "Default global security context.",
+                    "type": "object",
+                    "additionalProperties": false,
+                    "properties": {
+                        "securityContext": {
+                            "description": "Global Pod security context as 
defined in 
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podsecuritycontext-v1-core";,
+                            "type": "object",
+                            "default": "See values.yaml",

Review comment:
       Hi @jedcunningham, the changes were applied as requested.




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


Reply via email to