Skip to content

Commit

Permalink
Remove unused value in Helm Chart - podMutation (#11703)
Browse files Browse the repository at this point in the history
(cherry picked from commit b946b44)
  • Loading branch information
mik-laj authored and potiuk committed Nov 16, 2020
1 parent 3f2f454 commit 8db6881
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
14 changes: 0 additions & 14 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
21 changes: 0 additions & 21 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8db6881

Please sign in to comment.