Skip to content

Commit 193bcbc

Browse files
justindavieslmilan
authored andcommitted
Clear up on prem / konnect
1 parent c5a463c commit 193bcbc

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

app/_includes/prereqs/products/operator.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% endif %}
66
{% capture details_content %}
77

8-
1. Install {{ site.operator_product_name }} using Helm:
8+
Install {{ site.operator_product_name }} using Helm:
99

1010
{% if include.v_maj == 1 %}
1111

@@ -18,12 +18,19 @@
1818
```
1919
2020
{% else %}
21-
21+
{: data-deployment-topology="konnect" }
2222
```bash
2323
helm upgrade --install kong-operator ./charts/kong-operator -n kong-system \
2424
--create-namespace \
2525
--set image.tag=2.1.0{% if prereqs.operator.controllers %} \{% for controller in prereqs.operator.controllers %}
26-
--set env.ENABLE_CONTROLLER_{{ controller | upcase }}=true{% unless forloop.last %} \{% endunless %}{% endfor %}{% endif %}
26+
--set env.ENABLE_CONTROLLER_KONNECT=true
27+
```
28+
29+
{: data-deployment-topology="on-prem" }
30+
```bash
31+
helm upgrade --install kong-operator ./charts/kong-operator -n kong-system \
32+
--create-namespace \
33+
--set image.tag=2.1.0
2734
```
2835
2936
{% endif %}

0 commit comments

Comments
 (0)