We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97565af commit 4e7ae16Copy full SHA for 4e7ae16
app/_includes/on_prem_crd.html
@@ -1,4 +1,3 @@
1
-````gohtml
2
<div data-deployment-topology="on-prem" markdown="1" data-test-step="block">
3
```bash{% if should_create_namespace %}
4
kubectl create namespace kong --dry-run=client -o yaml | kubectl apply -f -{% endif %}
@@ -7,4 +6,4 @@
7
6
' | kubectl apply -f -
8
```
9
</div>
10
-````
+`
0 commit comments