Skip to content

Commit 76c196b

Browse files
authored
docs: update keys based helm chart version (#2085)
Signed-off-by: Ashish Tiwari <ashishjaitiwari15112000@gmail.com>
1 parent 10059af commit 76c196b

19 files changed

Lines changed: 27 additions & 27 deletions

docs/en/latest/deployments/ack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You should now be able to use APISIX ingress controller. You can try running thi
117117
118118
### Enable SSL
119119
120-
SSL is disabled by default. You can enable it by adding the flag `--set gateway.tls.enabled=true`.
120+
SSL is disabled by default. You can enable it by adding the flag `--set apisix.ssl.enabled=true`.
121121

122122
### Change default keys
123123

docs/en/latest/deployments/aws.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ helm install apisix apisix/apisix \
7070
--namespace ingress-apisix \
7171
--set ingress-controller.config.apisix.serviceNamespace=ingress-apisix \
7272
--set ingress-controller.config.apisix.adminAPIVersion=$ADMIN_API_VERSION \
73-
--set gateway.tls.enabled=true \
73+
--set apisix.ssl.enabled=true \
7474
--set gateway.annotations."service\.beta\.kubernetes\.io/aws-load-balancer-type"=nlb
7575
```
7676

@@ -125,7 +125,7 @@ You should now be able to use APISIX ingress controller. You can try running thi
125125

126126
### Enable SSL
127127

128-
SSL is disabled by default. You can enable it by adding the flag `--set gateway.tls.enabled=true`.
128+
SSL is disabled by default. You can enable it by adding the flag `--set apisix.ssl.enabled=true`.
129129

130130
### Change default keys
131131

docs/en/latest/deployments/azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You should now be able to use APISIX ingress controller. You can try running thi
106106

107107
### Enable SSL
108108

109-
SSL is disabled by default. You can enable it by adding the flag `--set gateway.tls.enabled=true`.
109+
SSL is disabled by default. You can enable it by adding the flag `--set apisix.ssl.enabled=true`.
110110

111111
### Change default keys
112112

docs/en/latest/deployments/gke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You should now be able to use APISIX ingress controller. You can try running thi
103103

104104
### Enable SSL
105105

106-
SSL is disabled by default. You can enable it by adding the flag `--set gateway.tls.enabled=true`.
106+
SSL is disabled by default. You can enable it by adding the flag `--set apisix.ssl.enabled=true`.
107107

108108
### Change default keys
109109

docs/en/latest/deployments/k3s-rke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ helm repo update
5151
# We use Apisix 3.0 in this example. If you're using Apisix v2.x, please set to v2
5252
ADMIN_API_VERSION=v3
5353
helm install apisix apisix/apisix \
54-
--set gateway.type=NodePort \
54+
--set service.type=NodePort \
5555
--set ingress-controller.enabled=true \
5656
--create-namespace \
5757
--namespace ingress-apisix \

docs/en/latest/deployments/kind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ helm repo update
6262
# We use Apisix 3.0 in this example. If you're using Apisix v2.x, please set to v2
6363
ADMIN_API_VERSION=v3
6464
helm install apisix apisix/apisix \
65-
--set gateway.type=NodePort \
65+
--set service.type=NodePort \
6666
--set ingress-controller.enabled=true \
6767
--create-namespace \
6868
--namespace ingress-apisix \

docs/en/latest/deployments/kubesphere.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ helm repo update
4646
# We use Apisix 3.0 in this example. If you're using Apisix v2.x, please set to v2
4747
ADMIN_API_VERSION=v3
4848
helm install apisix apisix/apisix \
49-
--set gateway.type=NodePort \
49+
--set service.type=NodePort \
5050
--set ingress-controller.enabled=true \
5151
--create-namespace \
5252
--namespace ingress-apisix \
@@ -96,7 +96,7 @@ You should now be able to use APISIX ingress controller. You can try running thi
9696

9797
### Enable SSL
9898

99-
SSL is disabled by default. You can enable it by adding the flag `--set gateway.tls.enabled=true`.
99+
SSL is disabled by default. You can enable it by adding the flag `--set apisix.ssl.enabled=true`.
100100

101101
### Change default keys
102102

docs/en/latest/deployments/minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ helm repo update
4545
# We use Apisix 3.0 in this example. If you're using Apisix v2.x, please set to v2
4646
ADMIN_API_VERSION=v3
4747
helm install apisix apisix/apisix \
48-
--set gateway.type=NodePort \
48+
--set service.type=NodePort \
4949
--set ingress-controller.enabled=true \
5050
--create-namespace \
5151
--namespace ingress-apisix \

docs/en/latest/deployments/openshift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ helm repo update
5656
# We use Apisix 3.0 in this example. If you're using Apisix v2.x, please set to v2
5757
ADMIN_API_VERSION=v3
5858
helm install apisix apisix/apisix \
59-
--set gateway.type=NodePort \
59+
--set service.type=NodePort \
6060
--set ingress-controller.enabled=true \
6161
--set etcd.podSecurityContext.enabled=false \
6262
--set etcd.containerSecurityContext.enabled=false \

docs/en/latest/deployments/tke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ You should now be able to use APISIX ingress controller. You can try running thi
111111

112112
### Enable SSL
113113

114-
SSL is disabled by default. You can enable it by adding the flag `--set gateway.tls.enabled=true`.
114+
SSL is disabled by default. You can enable it by adding the flag `--set apisix.ssl.enabled=true`.
115115

116116
### Change default keys
117117

0 commit comments

Comments
 (0)