Skip to content

Commit cfe56f8

Browse files
authored
fix: missing install name (#25)
`helm install` need specified name or generated. ```shell must either provide a name or specify --generate-name ```
1 parent bd600f6 commit cfe56f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See the cert-manager's documentation for more details on webhook : https://cert-
1111
```
1212
helm repo add cert-manager-alidns-webhook https://devmachine-fr.github.io/cert-manager-alidns-webhook
1313
helm repo update
14-
helm install cert-manager-alidns-webhook/alidns-webhook
14+
helm install alidns-webhook cert-manager-alidns-webhook/alidns-webhook
1515
```
1616

1717
Create the secret holding alibaba credential :

0 commit comments

Comments
 (0)