Skip to content

Commit

Permalink
feat: create helm chart set user and passwd (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangSetSail authored Dec 12, 2023
1 parent 647f422 commit eced501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/repo/appstore/apptemplater.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (h *helmAppTemplate) fetch(ctx context.Context, appStore *domain.AppStore)
}

req = req.WithContext(ctx)

req.SetBasicAuth(appStore.Username, appStore.Password)
client := &http.Client{}
resp, err := client.Do(req)
if err != nil {
Expand Down

0 comments on commit eced501

Please sign in to comment.