Skip to content
Snippets Groups Projects
Verified Commit 5477e2e4 authored by Idriss Neumann's avatar Idriss Neumann
Browse files

Merge branch 'main' into develop

parents 184bed67 40f14140
No related branches found
No related tags found
1 merge request!48Revert "feat: add ai load command (#1243)"
Pipeline #33216 passed
......@@ -164,7 +164,7 @@ func runHelmInstall(releaseName, directory, nameSpace, patchString string, opens
"install",
releaseName,
directory,
utils.If(openshift, "--create-namespace", ""),
utils.If(openshift, "", "--create-namespace"),
"--namespace", nameSpace,
utils.If(openshift, "--set", ""),
utils.If(openshift, "s3.enabled=false", ""),
......
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