cert-manager/deploy
Ashley Davis 3a055cc2f5
rename all uses of github.com/jetstack/cert-manager
This was done by running the following command twice:

 ```bash
 grep -Ri "github.com/jetstack/cert-manager" . | \
 cut -d":" -f1 | \
 sort | \
 uniq | \
 xargs sed -i
 "s/github.com\/jetstack\/cert-manager/github.com\/cert-manager\/cert-manager/"
 ```

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2022-02-02 09:08:31 +00:00
..
charts/cert-manager rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
crds Update AdditionalOutputFormats comment to reflect addition of feature to 2022-02-01 17:04:55 +00:00
manifests Add a makefile flow for building artifacts 2021-12-15 09:54:15 +00:00
BUILD.bazel
OWNERS