Skip to content

Commit ab3a997

Browse files
authored
Fix reference to value for name (#3116)
Example yaml shows `- name: wordpress-mysql` while text refers to "name `mysql`" which I believe is incorrect in this context.
1 parent 0316c3d commit ab3a997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/book/04-using-functions/01-declarative-function-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Resources that are selected are passed as input to the function.
225225
Resources that are not selected are passed through unchanged.
226226

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

230230
```yaml
231231
# wordpress/Kptfile (Excerpt)

0 commit comments

Comments
 (0)