Skip to content

Commit

Permalink
Update api/deployments/component_handler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nils Gustav Stråbø <65334626+nilsgstrabo@users.noreply.github.com>
  • Loading branch information
Richard87 and nilsgstrabo authored Jun 14, 2024
1 parent f48554f commit e1f44e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/deployments/component_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (deploy *deployHandler) GetComponentsForDeployment(ctx context.Context, app
if err != nil {
return nil, err
}
certs, err := kubequery.GetCertificatesForEnvironment(ctx, deploy.accounts.UserAccount.CertManagerClient, appName, envName)
certs, err := kubequery.GetCertificatesForEnvironment(ctx, deploy.accounts.ServiceAccount.CertManagerClient, appName, envName)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit e1f44e5

Please sign in to comment.