Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b6182f5

Browse files
author
Matthieu Nottale
committed
deploy: Fix stack name in kubernetes mode.
Signed-off-by: Matthieu Nottale <[email protected]>
1 parent 9b10b36 commit b6182f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderer/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ func Deploy(appname string, composeFiles []string, settingsFile []string, env ma
3939
if err != nil {
4040
return err
4141
}
42-
return kubernetes.DeployStack(kubeCli, options.Deploy{}, rendered)
42+
return kubernetes.DeployStack(kubeCli, options.Deploy{Namespace: utils.AppNameFromDir(appname)}, rendered)
4343
}

0 commit comments

Comments
 (0)