Skip to content

Commit 25cdedc

Browse files
authored
Update reference.md
1 parent b756225 commit 25cdedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
bulk: true # set bulk flag to true
8181
resourceTemplate: | # only resourceTemplate allowed
8282
items: # items wraps the templated resources
83-
{#for i in parent.spec.replicas} # use parent spec to template all the resources
83+
{#for i in parent.spec.replicas} # using parent's spec to template all the resources
8484
- apiVersion: v1
8585
kind: ConfigMap
8686
metadata:

0 commit comments

Comments
 (0)