@@ -130,7 +130,7 @@ If you're unsure whether these conditions are met, refer to the documentation to
130130
131131``` bash
132132# Install webhook using Helm
133- helm install cert-manager-alidns-webhook oci://ghcr.io/crazygit/helm- charts/cert-manager-alidns-webhook \
133+ helm install cert-manager-alidns-webhook oci://ghcr.io/crazygit/charts/cert-manager-alidns-webhook \
134134 --set aliyunAuth.rrsa.enabled=true \
135135 --set aliyunAuth.rrsa.roleName=< YOUR_ROLE_NAME>
136136```
@@ -166,7 +166,7 @@ Please replace `<YOUR_ROLE_NAME>` with your RAM role name. Ensure the role has A
166166
167167``` bash
168168# Method 1: Direct values
169- helm install cert-manager-alidns-webhook oci://ghcr.io/crazygit/helm- charts/cert-manager-alidns-webhook \
169+ helm install cert-manager-alidns-webhook oci://ghcr.io/crazygit/charts/cert-manager-alidns-webhook \
170170 --set aliyunAuth.accessKeyID=< YOUR_ACCESS_KEY_ID> \
171171 --set aliyunAuth.accessKeySecret=< YOUR_ACCESS_KEY_SECRET>
172172
@@ -175,7 +175,7 @@ kubectl create secret generic alidns-credentials \
175175 --from-literal=accessKeyID=< YOUR_ACCESS_KEY_ID> \
176176 --from-literal=accessKeySecret=< YOUR_ACCESS_KEY_SECRET>
177177
178- helm install cert-manager-alidns-webhook oci://ghcr.io/crazygit/helm- charts/cert-manager-alidns-webhook \
178+ helm install cert-manager-alidns-webhook oci://ghcr.io/crazygit/charts/cert-manager-alidns-webhook \
179179 --set aliyunAuth.existingSecret=alidns-credentials
180180```
181181
@@ -184,7 +184,7 @@ helm install cert-manager-alidns-webhook oci://ghcr.io/crazygit/helm-charts/cert
184184If your Kubernetes cluster runs on Alibaba Cloud ECS with an instance RAM role assigned and the [ required permissions] ( #authorize-rrsa-role ) bound to that role, no additional authentication configuration is needed:
185185
186186``` bash
187- helm install cert-manager-alidns-webhook oci://ghcr.io/crazygit/helm- charts/cert-manager-alidns-webhook
187+ helm install cert-manager-alidns-webhook oci://ghcr.io/crazygit/charts/cert-manager-alidns-webhook
188188```
189189
190190### Method 4: Using config.json File
@@ -197,7 +197,7 @@ kubectl create configmap aliyun-config \
197197 --from-file=config.json=/path/to/.aliyun/config.json
198198
199199# 2. Install webhook using Helm
200- helm install cert-manager-alidns-webhook oci://ghcr.io/crazygit/helm- charts/cert-manager-alidns-webhook \
200+ helm install cert-manager-alidns-webhook oci://ghcr.io/crazygit/charts/cert-manager-alidns-webhook \
201201 --set aliyunAuth.configJSON.enabled=true \
202202 --set aliyunAuth.configJSON.configMapName=aliyun-config
203203```
0 commit comments