File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ spec:
150150 name: "cert-$remoteNamespaceHash-$remoteNameHash"
151151` ` `
152152
153- <!--
154153# ## Mutation
155154
156155Besides projecting the type meta, changes to object contents are also nearly always required.
@@ -182,7 +181,6 @@ spec:
182181 - regex: ...
183182 template: ...
184183 delete: ...
185- rudi: ...
186184` ` `
187185
188186# ### Regex
@@ -218,19 +216,6 @@ delete:
218216This mutation simply removes the value at the given path from the document. JSON path is the
219217usual path, without a leading dot.
220218
221- # ### Rudi
222-
223- ` ` ` yaml
224- rudi:
225- script: |
226- (set! .metadata.name (concat "-" [$localObj.metadata.name "foo"]))
227- ` ` `
228-
229- This mutation runs a [Rudi](https://github.com/xrstf/rudi) program on the document. Note that in
230- Rudi, in contrast to all the other mutation types, JSON paths _do_ begin with leading dot if you
231- refer to the main document. Just `metadata.name` would be invalid.
232- -->
233-
234219# ## Related Resources
235220
236221The processing of resources on the service cluster often leads to additional resources being
You can’t perform that action at this time.
0 commit comments