Skip to content
Snippets Groups Projects
Commit 1949231b authored by Christopher Harm's avatar Christopher Harm
Browse files

Removing ingress path and additional hosts for swagger chart install

parent 10ef92da
No related branches found
No related tags found
No related merge requests found
Pipeline #178148 waiting for manual action
......@@ -426,13 +426,12 @@ func checkIfSwaggerUiInstalled() {
environment.RunRequired(true, "helm", "install",
"--name", "swagger-ui",
"--set", "ingress.enabled=true",
"--set", "ingress.hosts={kubernetes.local,localhost,swagger.local}",
"--set", "ingress.path=/swagger-ui", "cm/swagger-ui")
"--set", "ingress.hosts={swagger.local}",
"cm/swagger-ui")
} else {
environment.RunRequired(true, "helm", "install", "swagger-ui", "cm/swagger-ui",
"--set", "ingress.enabled=true",
"--set", "ingress.hosts={kubernetes.local,localhost,swagger.local}",
"--set", "ingress.path=/swagger-ui")
"--set", "ingress.hosts={swagger.local}")
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment