File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
app/_includes/prereqs/products Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
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 %}
You can’t perform that action at this time.
0 commit comments