Skip to content

Commit

Permalink
Merge pull request #32 from neXenio/lint/apply-black
Browse files Browse the repository at this point in the history
lint: apply black formatting
  • Loading branch information
MatteoVoges authored Oct 8, 2024
2 parents 49eceea + e81fcf7 commit 2b25c6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kapitan/inputs/helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ class HelmChart(BaseModel):

def new(self):
for obj in self.load_chart():
self.root[
f"{obj['metadata']['name'].lower()}-{obj['kind'].lower().replace(':','-')}"
] = BaseObj.from_dict(obj)
self.root[f"{obj['metadata']['name'].lower()}-{obj['kind'].lower().replace(':','-')}"] = (
BaseObj.from_dict(obj)
)

def load_chart(self):
helm_values_file = None
Expand Down

0 comments on commit 2b25c6d

Please sign in to comment.