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"}}]
|
:metadata {:name "myapp"}}]
|
||||||
```
|
```
|
||||||
|
|
||||||
which can be rendered to:
|
which renders to:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
@ -233,7 +233,7 @@ yields:
|
||||||
:port {:number 80}}}}]}}]}}]
|
:port {:number 80}}}}]}}]}}]
|
||||||
```
|
```
|
||||||
|
|
||||||
which can be rendered to:
|
which renders to:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
|
@ -307,7 +307,7 @@ yields:
|
||||||
[...]}}}}
|
[...]}}}}
|
||||||
```
|
```
|
||||||
|
|
||||||
which can be rendered to:
|
which renders to:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
|
Loading…
Reference in a new issue