mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
workaround: leave the globally set helm repo to empty and add disclaimer - release 2.27 (#410)
This commit is contained in:
parent
0fddedc1a9
commit
9ac8641f7e
12 changed files with 76 additions and 24 deletions
|
@ -31,7 +31,7 @@ func Test_helmShow(t *testing.T) {
|
|||
t.Run(cmd, func(t *testing.T) {
|
||||
is.NotNil(h, "Handler should not fail")
|
||||
|
||||
repoUrlEncoded := url.QueryEscape("https://charts.bitnami.com/bitnami")
|
||||
repoUrlEncoded := url.QueryEscape("https://kubernetes.github.io/ingress-nginx")
|
||||
chart := "nginx"
|
||||
req := httptest.NewRequest("GET", fmt.Sprintf("/templates/helm/%s?repo=%s&chart=%s", cmd, repoUrlEncoded, chart), nil)
|
||||
rr := httptest.NewRecorder()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue