Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Feb 27, 2024
1 parent 4857e62 commit 5bf174a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imageroot/actions/configure-module/20configure
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ with open('promtail.env', 'w') as promtail:
promtail.write(f'PROMTAIL_ADDRESS={promtail_address}\n')
promtail.write(f'PROMTAIL_PORT={promtail_port}\n')

with open('loki.env', 'w') as loki:
with open('loki.env', 'w') as lfp:
pass

with open('grafana.env', 'w') as loki:
with open('grafana.env', 'w') as gfp:
pass

with open('prometheus.env', 'w') as loki:
with open('prometheus.env', 'w') as pfp:
pass


Expand Down

0 comments on commit 5bf174a

Please sign in to comment.