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 |
|
James Munnelly
|
81f22fd49c
|
Upgrade k8s.io dependencies to v0.23.1
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2021-12-17 16:27:47 +00:00 |
|
Michele Caci
|
ac4bf927c2
|
Remove t.Fatal from goroutine
Signed-off-by: Michele Caci <michele.caci@amadeus.com>
|
2021-10-19 12:53:46 +02:00 |
|
Inteon
|
91ec4c773a
|
use correct contexts everywhere & don't restart apiserver to add crds
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-08-12 20:05:01 +02:00 |
|
Inteon
|
abc39053b2
|
resolve .Stop() failures
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-08-07 10:19:07 +02:00 |
|
Maartje Eyskens
|
ab0cd57dc5
|
Use The cert-manager Authors.
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-12-11 19:04:13 +01:00 |
|
Maartje Eyskens
|
1788a9d758
|
Update copyright to cert-manager project
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-12-08 19:04:49 +01:00 |
|
Maartje Eyskens
|
e0749ad822
|
Implement feedback
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-08-27 13:02:18 +02:00 |
|
Maartje Eyskens
|
0f6bc5eb68
|
Move NS creation to individual tests
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-08-26 14:18:26 +02:00 |
|
James Munnelly
|
af9875e210
|
test/integration/webhook: Use context
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2020-03-30 17:24:02 +01:00 |
|
James Munnelly
|
3d1b43d343
|
Add 'dynamic' certificate source backed by an authority
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2020-03-30 14:25:54 +01:00 |
|