Skip to content

Commit

Permalink
fixup for new python resources format
Browse files Browse the repository at this point in the history
  • Loading branch information
cryslith committed Mar 22, 2020
1 parent 643f53e commit c20527e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/spire/src/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def launch_dns_monitor(export: bool=False):
def launch_metallb(export: bool=False):
"deploy the specifications to run metallb"
config = configuration.get_config()
launch_spec("metallb.yaml", {
launch_spec("//metallb:kubernetes.yaml", {
"EXTERNAL_RANGES": [str(x) for x in config.external_ranges],
}, export=export)

Expand Down

0 comments on commit c20527e

Please sign in to comment.