Skip to content

Commit 4e7ae16

Browse files
committed
test
<COMMIT_DESCRIPTION> Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
1 parent 97565af commit 4e7ae16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/_includes/on_prem_crd.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
````gohtml
21
<div data-deployment-topology="on-prem" markdown="1" data-test-step="block">
32
```bash{% if should_create_namespace %}
43
kubectl create namespace kong --dry-run=client -o yaml | kubectl apply -f -{% endif %}
@@ -7,4 +6,4 @@
76
' | kubectl apply -f -
87
```
98
</div>
10-
````
9+
`

0 commit comments

Comments
 (0)