Skip to content

Commit d7b034d

Browse files
scme0codefresh-v2-pipelines[bot]
authored andcommitted
fix promtask crd def
1 parent 9763643 commit d7b034d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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.promotiontask" $context }}
2022
{{- end }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- define "gitops-operator.crds.product" }}
1+
{{- define "gitops-operator.crds.promotiontask" }}
22
{{- if .Values.crds.install }}
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition

0 commit comments

Comments
 (0)