We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b756225 commit 25cdedcCopy full SHA for 25cdedc
docs/reference.md
@@ -80,7 +80,7 @@ spec:
80
bulk: true # set bulk flag to true
81
resourceTemplate: | # only resourceTemplate allowed
82
items: # items wraps the templated resources
83
- {#for i in parent.spec.replicas} # use parent spec to template all the resources
+ {#for i in parent.spec.replicas} # using parent's spec to template all the resources
84
- apiVersion: v1
85
kind: ConfigMap
86
metadata:
0 commit comments