This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit f9ba264dea869be2161d5cb1f60fd2e3b69406e7
Author: Kamil BreguĊ‚a <[email protected]>
AuthorDate: Wed Oct 21 17:40:02 2020 +0200

    Remove unused value in Helm Chart - podMutation (#11703)
    
    (cherry picked from commit b946b4487086f6e1ed5e2ddf45fa258315d77a50)
---
 chart/values.schema.json | 14 --------------
 chart/values.yaml        | 21 ---------------------
 2 files changed, 35 deletions(-)

diff --git a/chart/values.schema.json b/chart/values.schema.json
index 7289374..4395372 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -985,20 +985,6 @@
             "description": "Define default/max/min values for pods and 
containers in namespace.",
             "type": "array"
         },
-        "podMutation": {
-            "description": "Settings for pod_mutation_hook",
-            "type": "object",
-            "properties": {
-                "tolerations": {
-                    "description": "Tolerations provided here would be applied 
using pod_mutation_hook. So any pods spun up using KubernetesExecutor or 
KubernetesPodOperator will contain these tolerations.",
-                    "type": "array"
-                },
-                "affinity": {
-                    "description": "Pods spun up would land in the node that 
matches the affinity.",
-                    "type": "object"
-                }
-            }
-        },
         "cleanup": {
             "description": "This runs as a CronJob to cleanup old pods.",
             "type": "object",
diff --git a/chart/values.yaml b/chart/values.yaml
index b8bd0f8..54a78d6 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -546,27 +546,6 @@ quotas: {}
 # Define default/max/min values for pods and containers in namespace
 limits: []
 
-# Config Settings for pod_mutation_hook
-podMutation:
-  # Tolerations provided here would be applied using pod_mutation_hook
-  # So any pods spun up using KubernetesExecutor or KubernetesPodOperator will 
contain these tolerations.
-  tolerations: []
-  #  - key: "dynamic-pods"
-  #    operator: "Equal"
-  #    value: "true"
-  #    effect: "NoSchedule"
-
-  # Pods spun up would land in the node that matches the affinity
-  affinity: {}
-  #   nodeAffinity:
-  #     requiredDuringSchedulingIgnoredDuringExecution:
-  #       nodeSelectorTerms:
-  #       - matchExpressions:
-  #         - key: "company.io/dynamic-pods"
-  #           operator: In
-  #           values:
-  #           - "true"
-
 # This runs as a CronJob to cleanup old pods.
 cleanup:
   enabled: false

Reply via email to