File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ Key values:
8080| ` image.repository ` / ` .tag ` | Container image that provides ` kubectl ` + ` jq ` | ` ghcr.io/hivemindtechnologies/evict-to-rollout/kubectl-jq ` / * (empty = use chart ` appVersion ` )* |
8181| ` serviceAccount.create ` | Whether to create a dedicated SA | ` true ` |
8282| ` rbac.create ` | Whether to install ClusterRole + binding | ` true ` |
83+ | ` nodeSelector ` / ` tolerations ` / ` affinity ` | Optional scheduling hints | ` {} ` |
84+ | ` podAnnotations ` / ` podLabels ` | Extra metadata for the CronJob pod | ` {} ` |
85+ | ` resources ` | CPU/memory requests & limits for the CronJob | ` {} ` |
8386
8487See ` chart/evict-to-rollout/values.yaml ` for the full list.
8588
Original file line number Diff line number Diff line change 4444 value : {{ .Values.annotationSelector.key | quote }}
4545 - name : ANNOTATION_VALUE
4646 value : {{ .Values.annotationSelector.value | quote }}
47- {{- range .Values.env }}
48- - name : {{ .name }}
49- value : {{ .value | quote }}
50- {{- end }}
5147 volumeMounts :
5248 - name : script
5349 mountPath : /scripts
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ serviceAccount:
1919rbac :
2020 create : true
2121
22- env : []
23-
2422resources : {}
2523
2624nodeSelector : {}
You can’t perform that action at this time.
0 commit comments