Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/docs/custom-resource/job-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Users can control the cleanup behaviour by specifying a maximum age and maximum

```
kubernetes.operator.savepoint.history.max.age: 24 h
kubernetes.operator.savepoint.history.max.count: 5
kubernetes.operator.savepoint.history.max.count: "5"
```

{{< hint info >}}
Expand Down Expand Up @@ -266,7 +266,7 @@ If a new upgrade is not marked stable within a certain configurable time period

To enable rollbacks you need to set:
```
kubernetes.operator.deployment.rollback.enabled: true
kubernetes.operator.deployment.rollback.enabled: "true"
```

HA is currently required for the rollback functionality.
Expand Down