Skip to content

Commit

Permalink
fix: missing install name (#25)
Browse files Browse the repository at this point in the history
`helm install` need specified name or generated.
```shell
must either provide a name or specify --generate-name
```
  • Loading branch information
iutx committed May 16, 2024
1 parent bd600f6 commit cfe56f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See the cert-manager's documentation for more details on webhook : https://cert-
```
helm repo add cert-manager-alidns-webhook https://devmachine-fr.github.io/cert-manager-alidns-webhook
helm repo update
helm install cert-manager-alidns-webhook/alidns-webhook
helm install alidns-webhook cert-manager-alidns-webhook/alidns-webhook
```

Create the secret holding alibaba credential :
Expand Down

0 comments on commit cfe56f8

Please sign in to comment.