Skip to content

Commit dbddc52

Browse files
committed
update website
1 parent 9681880 commit dbddc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/en/docs/concepts/dependents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To support such cases, the `Generator` implementation can set the following anno
3131
- `default` (deprecated): equivalent to the annotation being unset (which means that the reconciler default will be used)
3232
- `replace` (which is the default): a regular update (i.e. PUT) call will be made to the Kubernetes API server
3333
- `ssa-merge`: use server side apply to update existing dependents
34-
- `ssa-override`: use server side apply to update existing dependents and, in addition, reclaim fields owned by certain field owners, such as kubectl or Helm
34+
- `ssa-override`: use server side apply to update existing dependents and, in addition, reclaim fields owned by certain field owners, such as kubectl
3535
- `recreate`: if the object would be updated, it will be deleted and recreated instead
3636
- `mycomponent-operator.mydomain.io/delete-policy`: defines what happens to the object when the compoment is deleted; can be one of:
3737
- `default` (deprecated): equivalent to the annotation being unset (which means that the reconciler default will be used)

0 commit comments

Comments
 (0)