Skip to content

Commit

Permalink
fix: chisel manifest formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Jan 5, 2025
1 parent 95f137f commit 135d6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/util/chisel.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ def create_chisel_yaml(captain_domain, credentials_for_chisel, ip_addresses, suf
---
"""
for suffix in suffixes:
manifest += f"""
apiVersion: chisel-operator.io/v1
manifest += f"""apiVersion: chisel-operator.io/v1
kind: ExitNode
metadata:
name: {suffix}
Expand All @@ -40,6 +39,7 @@ def create_chisel_yaml(captain_domain, credentials_for_chisel, ip_addresses, suf
port: 9090
auth: selfhosted
---
YAML
"""

return manifest
Expand Down

0 comments on commit 135d6de

Please sign in to comment.