Skip to content

Commit fa0c4af

Browse files
authored
Merge pull request #1337 from rackerlabs/split-workflow-deploy
feat: split workflow/event triggers by their namespaces
2 parents 0cd572f + a39d1e7 commit fa0c4af

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
component: nautobot-workflows
3+
componentNamespace: nautobot
4+
sources:
5+
- ref: understack
6+
path: 'workflows/nautobot'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
component: argo-events-workflows
3+
componentNamespace: argo-events
4+
sources:
5+
- ref: understack
6+
path: 'workflows/argo-events'

apps/site/openstack-workflows.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
component: openstack-workflows
3+
componentNamespace: openstack
4+
sources:
5+
- ref: understack
6+
path: 'workflows/openstack'

apps/site/understack-workflows.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)