Skip to content

Commit 43e2912

Browse files
committed
fix: Templating of keywords
1 parent 0d002d8 commit 43e2912

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

‎template/deploy/helm/[[operator]]/Chart.yaml.j2‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ home: https://github.com/stackabletech/{[ operator.name }]
99
sources:
1010
- https://github.com/stackabletech/{[ operator.name }]
1111

12-
keywords:
13-
{[%- for keyword in operator.keywords %}]
14-
- {[ keyword }]
15-
{[%- endfor %}]
12+
keywords: {[ operator.keywords | tojson }]
1613

1714
maintainers:
1815
- name: Stackable

0 commit comments

Comments
 (0)