3 lines
199 B
Bash
3 lines
199 B
Bash
|
|
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/latest/download/cert-manager.yaml
|
||
|
|
kubectl wait --for=condition=available --timeout=120s deployment/cert-manager -n cert-manager
|