Skip to content

Commit 1a1f967

Browse files
committed
Fix templating
1 parent 1935e5b commit 1a1f967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/manifests/stackset-controller/01-stack-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ spec:
377377
TODO: Add other useful fields. apiVersion, kind, uid?'
378378
type: string
379379
type: object
380+
{{ end }}
380381
type: object
381382
type: array
382-
{{ end }}
383383
{{ end }}
384384
externalIngress:
385385
description: Stack specific ExternalIngress, based on the parent StackSet

cluster/manifests/stackset-controller/01-stackset-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,9 +626,9 @@ spec:
626626
uid?'
627627
type: string
628628
type: object
629+
{{ end }}
629630
type: object
630631
type: array
631-
{{ end }}
632632
{{ end }}
633633
minReadySeconds:
634634
description: Minimum number of seconds for which a newly created

0 commit comments

Comments
 (0)