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 43c1a12 commit 8f13869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/initializer.md
Expand Up @@ -47,7 +47,7 @@ initializers:

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.
This is particularly helpful for workload kind `StatefulSet`, since kubernetes does not adding sidecar / init containers to StatefulSets after they are created.

## Next Steps

Expand Down

0 comments on commit 8f13869

Please sign in to comment.