Skip to content

Commit 6e0047a

Browse files
author
Dmitrii Chudinov
committed
Removed non-working install method from docs
1 parent c504a02 commit 6e0047a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,12 @@ $ cd cert-manager-webhook-selectel/deploy/cert-manager-webhook-selectel
2222
$ helm install cert-manager-webhook-selectel . -n cert-manager
2323
```
2424

25-
Without helm, run:
25+
<!-- Without helm, run: -->
2626

27-
<!-- TODO: it not works. Check it. -->
28-
<!-- kubectl apply -f ~/projects/dchudik/cert-manager-webhook-selectel/_out/rendered-manifest.yaml -n cert-manager -->
29-
<!-- error: the namespace from the provided object "kube-system" does not match the namespace "cert-manager". You must pass '--namespace=kube-system' to perform this operation.
30-
-->
31-
32-
```bash
27+
<!-- ```bash
3328
$ make rendered-manifest.yaml
3429
$ kubectl apply -f _out/rendered-manifest.yaml
35-
```
30+
``` -->
3631

3732
### Issuer/ClusterIssuer
3833

0 commit comments

Comments
 (0)