Skip to content

Commit

Permalink
fix: use remote helm charts again
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Nov 13, 2023
1 parent 5ab0e4c commit ff4997a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ localnet_config_defaults = {
"gateways": {"count": 1},
# By default, we use the `helm_repo` function below to point to the remote repository
# but can update it to the locally cloned repo for testing & development
"helm_chart_local_repo": {"enabled": True, "path": "../helm-charts"},
"helm_chart_local_repo": {"enabled": False, "path": "../helm-charts"},
}
localnet_config_file = read_yaml(localnet_config_path, default=localnet_config_defaults)
localnet_config = {}
Expand Down

0 comments on commit ff4997a

Please sign in to comment.