We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ClientCertFile
1 parent a1d2840 commit bbd315aCopy full SHA for bbd315a
internal/provider/model_provider.go
@@ -59,7 +59,7 @@ func (p ArgoCDProviderConfig) getApiClientOptions(ctx context.Context) (*apiclie
59
opts := &apiclient.ClientOptions{
60
AuthToken: getDefaultString(p.AuthToken, "ARGOCD_AUTH_TOKEN"),
61
CertFile: p.CertFile.ValueString(),
62
- ClientCertFile: p.CertFile.ValueString(),
+ ClientCertFile: p.ClientCertFile.ValueString(),
63
ClientCertKeyFile: p.ClientCertKey.ValueString(),
64
GRPCWeb: p.GRPCWeb.ValueBool(),
65
GRPCWebRootPath: p.GRPCWebRootPath.ValueString(),
0 commit comments