Skip to content

Commit

Permalink
Fix reference to value for name (#3116)
Browse files Browse the repository at this point in the history
Example yaml shows `- name: wordpress-mysql` while text refers to "name `mysql`" which I believe is incorrect in this context.
  • Loading branch information
aablsk committed May 10, 2022
1 parent 0316c3d commit ab3a997
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Resources that are selected are passed as input to the function.
Resources that are not selected are passed through unchanged.

For example, let's add a function to the pipeline that adds an annotation to
resources with name `mysql` only:
resources with name `wordpress-mysql` only:

```yaml
# wordpress/Kptfile (Excerpt)
Expand Down

0 comments on commit ab3a997

Please sign in to comment.