Skip to content

Commit 79a9a19

Browse files
committed
fix
1 parent 8702583 commit 79a9a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pipeline/WorkflowService.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ func (impl *WorkflowServiceImpl) getClusterConfig(workflowRequest *types.Workflo
203203
Host: env.Cluster.ServerUrl,
204204
InsecureSkipTLSVerify: env.Cluster.InsecureSkipTlsVerify,
205205
}
206-
if !clusterConfig.InsecureSkipTLSVerify {
206+
if !env.Cluster.InsecureSkipTlsVerify {
207207
clusterConfig.KeyData = configMap[commonBean.TlsKey]
208208
clusterConfig.CertData = configMap[commonBean.CertData]
209209
clusterConfig.CAData = configMap[commonBean.CertificateAuthorityData]

0 commit comments

Comments
 (0)