Skip to content

Commit

Permalink
fix salt renderer on olm manifest sls
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Jan 15, 2025
1 parent 3dd4f76 commit 67458c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion olm/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _fix_strings(obj):
else:
return obj
manifest = _fix_strings(manifest)
out = START_BLOCK
out = START_BLOCK.lstrip()
stream = io.StringIO()
yaml.safe_dump_all(
manifest,
Expand Down
1 change: 0 additions & 1 deletion salt/metalk8s/addons/olm/deployed/chart.sls
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#!jinja | metalk8s_kubernetes

{{%- from "metalk8s/map.jinja" import repo with context %}}
Expand Down

0 comments on commit 67458c9

Please sign in to comment.