4 lines
141 B
Bash
4 lines
141 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
curl -Lso crds/cert-manager-crds.yaml https://github.com/jetstack/cert-manager/releases/download/v0.14.3/cert-manager.crds.yaml
|