Skip to content

Commit

Permalink
fix lingo in docs: task, not step (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
voelzmo authored and alenkacz committed Aug 6, 2019
1 parent 6e498a5 commit a6162c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ plans:

As you can see we have operator with just one plan - deploy, with one phase and one step which is the minimal setup. Deploy plan is automatically triggered when you install instance of this operator into cluster.

You can see that the step `nginx` references `deployment.yaml`. KUDO automatically expects this file to exist inside `templates` folder. So let’s create `templates/deployment.yaml`.
You can see that the task `nginx` references the resource `deployment.yaml`. KUDO automatically expects this file to exist inside `templates` folder. So let’s create `templates/deployment.yaml`.

```yaml
apiVersion: apps/v1
Expand Down

0 comments on commit a6162c2

Please sign in to comment.