Skip to content

Commit 25c36a2

Browse files
feat: Add PromotionTaskReconciler (#677)
* update rbac * add promotiontasks crd * fix promtask crd def * bump version * address code review comment --------- Co-authored-by: scme0 <scott.merchant@octopus.com>
1 parent 328a83c commit 25c36a2

File tree

4 files changed

+612
-1
lines changed

4 files changed

+612
-1
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/_all.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@
1717
{{- include "gitops-operator.crds.restricted-gitsource" $context }}
1818
---
1919
{{- include "gitops-operator.crds.promotion-policy" $context }}
20+
---
21+
{{- include "gitops-operator.crds.promotion-task" $context }}
2022
{{- end }}

0 commit comments

Comments
 (0)