tomasdavidorg commented on code in PR #2092:
URL:
https://github.com/apache/incubator-kie-tools/pull/2092#discussion_r1425294270
##########
packages/kn-plugin-workflow/pkg/command/undeploy.go:
##########
@@ -100,10 +123,18 @@ func runUndeploy(cmd *cobra.Command, args []string) error
{
func undeploy(cfg *DeployUndeployCmdConfig) error {
fmt.Printf("🔨 Undeploying your SonataFlow project in namespace %s\n",
cfg.NameSpace)
- files, err := common.FindServiceFiles(cfg.ManifestPath)
+ manifestExtension := []string{".yaml"}
Review Comment:
```suggestion
manifestExtension := []string{metadata.YAMLExtension}
```
##########
packages/kn-plugin-workflow/pkg/command/deploy.go:
##########
@@ -105,7 +127,12 @@ func deploy(cfg *DeployUndeployCmdConfig) error {
manifestExtension := []string{".yaml"}
Review Comment:
```suggestion
manifestExtension := []string{metadata.YAMLExtension}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]