Skip to content

Commit b1c6faa

Browse files
committed
Also fix newlines in Markdown
1 parent 43e2912 commit b1c6faa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

template/deploy/helm/[[operator]]/README.md.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ See the [documentation](https://docs.stackable.tech/home/stable/{[ operator.prod
4040

4141
This operator installs and manages its own CustomResourceDefinitions, so they are not part of this chart.
4242
The resources it reconciles, and the configuration they accept, are described in the [documentation](https://docs.stackable.tech/home/stable/{[ operator.product_string }]/).
43-
{[%- if operator.config.has_product | default(true) %}]
43+
{[% if operator.config.has_product | default(true) %}]
4444
Each CRD is also browsable on the [Stackable Hub](https://hub.stackable.tech/components/{[ operator.hub_component_slug | default(operator.product_string) }]), with its schema and the API versions served per SDP release.
45-
{[%- endif %}]
45+
{[% endif %}]
4646

4747
## Links
4848

0 commit comments

Comments
 (0)