cert-manager/devel/addon/samplewebhook
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
..
chart cleanup helm templates & better support for empty 'resources' in values.yaml 2021-11-01 11:37:50 +01:00
sample rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
BUILD.bazel Create devel directory and use it for e2e tests 2020-01-22 22:08:27 +00:00
install.sh Match CONTRIBUTING language to existing copyright notices 2021-03-05 13:56:21 +00:00