File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ Key values:
7777| --- | --- | --- |
7878| ` schedule ` | Cron expression for how often to scan nodes | ` */1 * * * * ` |
7979| ` annotationSelector.key ` /` .value ` | Annotation pair that marks pods for rollout | ` evict-to-rollout ` / ` true ` |
80+ | ` dryRun ` | Set ` true ` to log would-be rollouts without patching deployments | ` false ` |
8081| ` image.repository ` / ` .tag ` | Container image that provides ` kubectl ` + ` jq ` | ` ghcr.io/hivemindtechnologies/evict-to-rollout/kubectl-jq ` / * (empty = use chart ` appVersion ` )* |
8182| ` serviceAccount.create ` | Whether to create a dedicated SA | ` true ` |
8283| ` rbac.create ` | Whether to install ClusterRole + binding | ` true ` |
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+ - name : DRY_RUN
48+ value : {{ .Values.dryRun | quote }}
4749 volumeMounts :
4850 - name : script
4951 mountPath : /scripts
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ annotationSelector:
1212 key : evict-to-rollout
1313 value : " true"
1414
15+ dryRun : false
16+
1517serviceAccount :
1618 create : true
1719 name : " "
You can’t perform that action at this time.
0 commit comments