Skip to content

Commit

Permalink
added prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
mueckinger committed Jan 6, 2024
1 parent 582005d commit f583daf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ This chart installs `rustic backup` as [Kubernetes CronJob](https://kubernetes.i
* Kubernetes >=1.29 or 1.28 (with featureGate `SidecarContainers` enabled)
* Helm v3 (Tested with v3.11.2)
* Rustic's chart repository: `helm repo add rustic https://mueckinger.github.io/rustic-helm/charts`
* A valid `values.yml` file, the following example represents the bare minimum:


Bare minimum `values.yml`:
```yaml
# Kubernetes assigns random hostnames for Pods by default. Please set the Pods hostname to a fixed value, otherwise incremental backups won't work.
hostname: <myHost>
Expand Down

0 comments on commit f583daf

Please sign in to comment.