mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
chore(dev/charts-local.py): Ignore templating in base helmfile
This commit is contained in:
committed by
Thorsten Roßner
parent
62ba5aba49
commit
6d7937a6ca
@@ -129,7 +129,7 @@ def grep_yaml(file):
|
|||||||
with open(file, 'r') as file:
|
with open(file, 'r') as file:
|
||||||
content = ''
|
content = ''
|
||||||
for line in file.readlines():
|
for line in file.readlines():
|
||||||
if not ': {{' in line and not '- {{' in line:
|
if not '{{' in line:
|
||||||
content += line
|
content += line
|
||||||
return yaml.safe_load(content)
|
return yaml.safe_load(content)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user