small reformulation
This commit is contained in:
parent
4f071f14c8
commit
515813ce5c
1 changed files with 3 additions and 3 deletions
|
@ -186,7 +186,7 @@ yields:
|
|||
:metadata {:name "myapp"}}]
|
||||
```
|
||||
|
||||
which can be rendered to:
|
||||
which renders to:
|
||||
|
||||
```yaml
|
||||
apiVersion: v1
|
||||
|
@ -233,7 +233,7 @@ yields:
|
|||
:port {:number 80}}}}]}}]}}]
|
||||
```
|
||||
|
||||
which can be rendered to:
|
||||
which renders to:
|
||||
|
||||
```yaml
|
||||
apiVersion: cert-manager.io/v1
|
||||
|
@ -307,7 +307,7 @@ yields:
|
|||
[...]}}}}
|
||||
```
|
||||
|
||||
which can be rendered to:
|
||||
which renders to:
|
||||
|
||||
```yaml
|
||||
apiVersion: apps/v1
|
||||
|
|
Loading…
Reference in a new issue