Skip to content

Commit

Permalink
fix: namespace to company.team
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 committed Jul 9, 2024
1 parent 1b6e853 commit b5d32b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
full = true,
code = """
id: download
namespace: company.myteam
namespace: company.team
tasks:
- id: extract
type: io.kestra.plugin.core.http.Download
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/flows/FlowCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
this.source = await this.queryBlueprint(this.$route.query.blueprintId)
} else {
this.source = `id: myflow
namespace: company.myteam
namespace: company.team
tasks:
- id: hello
type: io.kestra.plugin.core.log.Log
Expand Down

0 comments on commit b5d32b9

Please sign in to comment.