Skip to content

Commit

Permalink
Update initializer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jan 4, 2018
1 parent 3031ea2 commit 43c1a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/initializer.md
Expand Up @@ -45,7 +45,7 @@ initializers:
- statefulsets
```

This is helpful when you create `Restic` before creating workload objects. This allows stash operator to initialize the target workloads by adding sidecar or, init-container before workload-pods are created. Thus stash operator do not need to delete workload pods for applying changes.
This is helpful when you create `Restic` before creating workload objects. This allows stash operator to initialize the target workloads by adding sidecar or, init-container before workload-pods are created. Thus stash operator does not need to delete workload pods for applying changes.

This is particularly helpful for workload kind `StatefulSet` since kubernetes does not support updating StatefulSet after they are created.

Expand All @@ -60,4 +60,4 @@ This is particularly helpful for workload kind `StatefulSet` since kubernetes do
- See working examples for supported workload types [here](/docs/guides/workloads.md).
- Thinking about monitoring your backup operations? Stash works [out-of-the-box with Prometheus](/docs/guides/monitoring.md).
- Learn about how to configure [RBAC roles](/docs/guides/rbac.md).
- Want to hack on Stash? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
- Want to hack on Stash? Check our [contribution guidelines](/docs/CONTRIBUTING.md).

0 comments on commit 43c1a12

Please sign in to comment.