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 2b1aedf commit 121a353
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sync-from-git.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id: sync-from-git
namespace: company.team
namespace: system

tasks:
- id: sync_flows
type: io.kestra.plugin.git.SyncFlows
Expand All @@ -12,6 +13,7 @@ tasks:
username: git_username
password: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
dryRun: true

- id: sync_namespace_files
type: io.kestra.plugin.git.SyncNamespaceFiles
namespace: prod
Expand All @@ -22,6 +24,7 @@ tasks:
username: git_username
password: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
dryRun: true

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

0 comments on commit 121a353

Please sign in to comment.