Skip to content

Commit 3aafc1c

Browse files
committed
fix embedded templates in the CRD
On-behalf-of: @SAP [email protected]
1 parent 6178a43 commit 3aafc1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/api-syncagent/templates/crd-publishedresource.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if .Values.crds.enabled }}
1+
{{- if .Values.crds.enabled }}{{`
22
apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
@@ -738,4 +738,5 @@ spec:
738738
storage: true
739739
subresources:
740740
status: {}
741+
`}}
741742
{{- end }}

0 commit comments

Comments
 (0)