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 |
|
Richard Wall
|
3679ee8888
|
Apply suggestions from code review
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2022-01-20 22:35:48 +00:00 |
|
Richard Wall
|
0f5ca4626f
|
Make sure that cmctl x install uses the cert-manager namespace by default
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2022-01-20 13:46:32 +00:00 |
|
joshvanl
|
ce1424162e
|
Updates all sub commands to discover the CLI name using the build
package name
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
|
2021-10-14 14:45:01 +01:00 |
|
joshvanl
|
33621ca333
|
Use helm settings to define CLI flags for install command
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
|
2021-08-24 19:11:23 +01:00 |
|
joshvanl
|
4cdbb64003
|
Update ctl integration tests to use new local factory package
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
|
2021-08-24 16:37:01 +01:00 |
|
joshvanl
|
56b29e0f59
|
Change install command to use Helm to register flags. No longer need to
copy flag values
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
|
2021-08-24 16:30:43 +01:00 |
|
Inteon
|
f4bc283965
|
update comments
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-08-12 22:54:14 +02:00 |
|
Inteon
|
e5df60d47e
|
don't wait for hooks in kubectl cert-manager x install test & use local chart for tests
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-08-11 23:18:33 +02:00 |
|
jetstack-bot
|
d0f4c82baf
|
Merge pull request #4226 from inteon/simple_kubectl_check_version
add 'kubectl cert-manager version'
|
2021-08-03 12:36:19 +01:00 |
|
Inteon
|
85710579dd
|
Apply suggestions from code review
Co-authored-by: Richard Wall <wallrj@users.noreply.github.com>
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-30 17:00:27 +02:00 |
|
Inteon
|
0ed0135930
|
Improvements based on reviewer's feedback
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-23 15:29:43 +02:00 |
|
Inteon
|
611bac67cf
|
Add basic test cases
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-08 16:28:38 +02:00 |
|
Inteon
|
d4e8aad895
|
remove unused function
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-03 00:31:48 +02:00 |
|
Inteon
|
3f6efb7575
|
remove uninstall and resolve all outstanding issues
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-02 22:04:41 +02:00 |
|
Inteon
|
18ccebdae3
|
fix typo
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-02 15:14:45 +02:00 |
|
Inteon
|
38b95f897f
|
bugfix rel.Config is nil
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-02 15:08:41 +02:00 |
|
Inteon
|
b4f65b47ed
|
update docs
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-02 14:56:10 +02:00 |
|
Inteon
|
136b8ef374
|
simplified uninstalling
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-02 12:58:30 +02:00 |
|
Inteon
|
3177be515a
|
improve default flag values & other requested changes
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-02 12:58:30 +02:00 |
|
Inteon
|
f228e6c7be
|
fix command flags + move to experimental + redo uninstall logic
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-02 12:58:30 +02:00 |
|
Inteon
|
1c4b511876
|
basic install and uninstall functionality
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
|
2021-07-02 12:58:30 +02:00 |
|