Skip to content

Commit

Permalink
Merge pull request #616 from equinor/fix-incorrect-in-cluster-cert-ma…
Browse files Browse the repository at this point in the history
…nager-client

Fix incorrect in cluster cert-manager client
  • Loading branch information
nilsgstrabo committed Apr 10, 2024
2 parents 4c3e879 + e8638c3 commit 405a218
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 405a218

Please sign in to comment.