Browse Source

add missing namespace field

Alexander Belanger 4 years ago
parent
commit
1d7d5b3a13
1 changed files with 1 additions and 0 deletions
  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,