Skip to content

Commit

Permalink
Merge pull request #10 from konstructio/fly-10/add-env-for-talos-source
Browse files Browse the repository at this point in the history
feat: Add env for TALOS_URL_FILES_SOURCE to colony-agent.
  • Loading branch information
douglasmakey authored Sep 26, 2024
2 parents 38589e9 + 1496ee1 commit 878237c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ func getInitCommand() *cobra.Command {
fmt.Sprintf("colony-agent.extraEnv.LOAD_BALANCER=%s", loadBalancer),
"--set",
fmt.Sprintf("colony-agent.extraEnv.COLONY_API_URL=%s", apiURL),
"--set",
fmt.Sprintf("colony-agent.extraEnv.TALOS_URL_FILES_SOURCE=http://%s:8080", loadBalancer),
}

_, err = exec.ExecuteCommand(log, "helm", installFlags...)
Expand Down

0 comments on commit 878237c

Please sign in to comment.