mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
workaround: leave the globally set helm repo to empty and add disclaimer - develop (#409)
This commit is contained in:
parent
b25bf1e341
commit
2d3e5c3499
12 changed files with 76 additions and 24 deletions
|
@ -45,7 +45,7 @@ func Test_helmInstall(t *testing.T) {
|
|||
is.NotNil(h, "Handler should not fail")
|
||||
|
||||
// Install a single chart. We expect to get these values back
|
||||
options := options.InstallOptions{Name: "nginx-1", Chart: "nginx", Namespace: "default", Repo: "https://charts.bitnami.com/bitnami"}
|
||||
options := options.InstallOptions{Name: "nginx-1", Chart: "nginx", Namespace: "default", Repo: "https://kubernetes.github.io/ingress-nginx"}
|
||||
optdata, err := json.Marshal(options)
|
||||
is.NoError(err)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue