Skip to content

Commit ebaf155

Browse files
authored
Merge pull request #1765 from googs1025/helm_chart
docs: use podProtections args in helm chart
2 parents e3503d2 + 781572f commit ebaf155

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

charts/descheduler/values.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,11 @@ deschedulerPolicy:
108108
pluginConfig:
109109
- name: DefaultEvictor
110110
args:
111-
ignorePvcPods: true
112-
evictLocalStoragePods: true
111+
podProtections:
112+
defaultDisabled:
113+
- "PodsWithLocalStorage"
114+
extraEnabled:
115+
- "PodsWithPVC"
113116
- name: RemoveDuplicates
114117
- name: RemovePodsHavingTooManyRestarts
115118
args:
@@ -195,12 +198,11 @@ serviceAccount:
195198
# Specifies custom annotations for the serviceAccount
196199
annotations: {}
197200
# Opt out of API credential automounting
198-
#
199-
# automountServiceAccountToken Default is not set
201+
#
202+
# automountServiceAccountToken Default is not set
200203
# automountServiceAccountToken: true
201-
202204

203-
# Mount the ServiceAccountToken in the Pod of a CronJob or Deployment
205+
# Mount the ServiceAccountToken in the Pod of a CronJob or Deployment
204206
# Default is not set - but only implied by the ServiceAccount
205207
# automountServiceAccountToken: true
206208

@@ -268,7 +270,7 @@ serviceMonitor:
268270
# action: replace
269271

270272
## Additional Volume mounts when automountServiceAccountToken is false
271-
# extraServiceAccountVolumeMounts:
273+
# extraServiceAccountVolumeMounts:
272274
# - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
273275
# name: kube-api-access
274276
# readOnly: true

0 commit comments

Comments
 (0)