Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit b4bf735

Browse files
authored
Add Convert Workflow Template to RHDH (#49)
Referencing rhdhorchestrator/orchestrator-helm-operator#532 @ElaiShalevRH PTAL
2 parents eace051 + eb5d4bb commit b4bf735

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

internal/controller/rhdh/rhdh_config_catalog.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package rhdh
22

3-
const RHDHCatalogTempl =`catalog:
3+
const RHDHCatalogTempl = `catalog:
44
rules:
55
- allow:
66
[
@@ -31,6 +31,10 @@ const RHDHCatalogTempl =`catalog:
3131
target: https://github.com/rhdhorchestrator/workflow-software-templates/blob/{{ .CatalogBranch }}/scaffolder-templates/gitlab-workflows/basic-workflow/template.yaml
3232
- type: url
3333
target: https://github.com/rhdhorchestrator/workflow-software-templates/blob/{{ .CatalogBranch }}/scaffolder-templates/gitlab-workflows/advanced-workflow/template.yaml
34+
- type: url
35+
target: https://github.com/rhdhorchestrator/workflow-software-templates/blob/{{ .CatalogBranch }}/scaffolder-templates/gitlab-workflows/convert-workflow-to-template/template.yaml
36+
- type: url
37+
target: https://github.com/rhdhorchestrator/workflow-software-templates/blob/{{ .CatalogBranch }}/scaffolder-templates/github-workflows/convert-workflow-to-template/template.yaml
3438
`
3539

3640
type RHDHConfigCatalog struct {

0 commit comments

Comments
 (0)