Skip to content

Commit

Permalink
fix incorrect cert-client
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Apr 10, 2024
1 parent 4c3e879 commit e8638c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func NewAccounts(
RadixClient: inClusterRadixClient,
SecretProviderClient: inClusterSecretProviderClient,
TektonClient: inClusterTektonClient,
CertManagerClient: outClusterCertManagerClient,
CertManagerClient: inClusterCertManagerClient,
},
token: token,
impersonation: impersonation,
Expand Down

0 comments on commit e8638c3

Please sign in to comment.