Skip to content

Commit dcb338f

Browse files
committed
address code review comment
1 parent 76fd30c commit dcb338f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
---
1919
{{- include "gitops-operator.crds.promotion-policy" $context }}
2020
---
21-
{{- include "gitops-operator.crds.promotiontask" $context }}
21+
{{- include "gitops-operator.crds.promotion-task" $context }}
2222
{{- 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.promotiontask" }}
1+
{{- define "gitops-operator.crds.promotion-task" }}
22
{{- if .Values.crds.install }}
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition

0 commit comments

Comments
 (0)