Skip to content

Commit

Permalink
fix: namespace to system
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Nov 7, 2024
1 parent 121a353 commit 16c3b18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion push-to-git.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id: push-to-git
namespace: company.team
namespace: system

tasks:
- id: push_flows
type: io.kestra.plugin.git.PushFlows
Expand All @@ -14,6 +15,7 @@ tasks:
branch: kestra
commitMessage: add flows {{ now() }}
dryRun: true

- id: push_namespace_files
type: io.kestra.plugin.git.PushNamespaceFiles
namespace: dev
Expand All @@ -25,6 +27,7 @@ tasks:
branch: dev
commitMessage: add namespace files {{ now() }}
dryRun: true

triggers:
- id: every_full_hour
type: io.kestra.plugin.core.trigger.Schedule
Expand Down

0 comments on commit 16c3b18

Please sign in to comment.