Explorar o código

add missing namespace field

Alexander Belanger %!s(int64=4) %!d(string=hai) anos
pai
achega
1d7d5b3a13
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      server/api/git_action_handler.go

+ 1 - 0
server/api/git_action_handler.go

@@ -209,6 +209,7 @@ func (app *App) createGitActionFromForm(
 		ProjectID:              uint(projID),
 		ClusterID:              uint(clusterID),
 		ReleaseName:            name,
+		ReleaseNamespace:       namespace,
 		GitBranch:              form.GitBranch,
 		DockerFilePath:         form.DockerfilePath,
 		FolderPath:             form.FolderPath,