Skip to content

Commit 2bb912e

Browse files
authored
Update reference.md
1 parent 118f81b commit 2bb912e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ or for Deployment:
250250
`glue.operator.resource-label-selector.apps/v1#Deployment=mylabel=samplevalue`
251251

252252

253-
## Extending qute templating engine
253+
## Qute templating engine extensions
254254

255255
[Qute templating engine](https://quarkus.io/guides/qute) is very flexible.
256-
We extend it only we two additional functions, to decode and encode base64 values. More might come in the future.
257-
You can call these on every string of byte array, using `decodeBase64` and `encodeBase64` keywords.
256+
We extend it with only two additional functions: to decode and encode base64 values. More might come in the future.
257+
You can call these on every string of byte array, using `decodeBase64` and `encodeBase64` keywords. Sample usage:
258258

259259
```yaml
260260
resourceTemplate: |
@@ -270,7 +270,7 @@ You can call these on every string of byte array, using `decodeBase64` and `enco
270270
271271
```
272272

273-
See the full example [here](https://github.com/java-operator-sdk/kubernetes-glue-operator/blob/main/src/test/resources/glue/CopySecretToConfigMap.yaml).
273+
See the complete example [here](https://github.com/java-operator-sdk/kubernetes-glue-operator/blob/main/src/test/resources/glue/CopySecretToConfigMap.yaml).
274274

275275
## Implementation details and performance
276276

0 commit comments

Comments
 (0)