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.
1 parent 8702583 commit 79a9a19Copy full SHA for 79a9a19
pkg/pipeline/WorkflowService.go
@@ -203,7 +203,7 @@ func (impl *WorkflowServiceImpl) getClusterConfig(workflowRequest *types.Workflo
203
Host: env.Cluster.ServerUrl,
204
InsecureSkipTLSVerify: env.Cluster.InsecureSkipTlsVerify,
205
}
206
- if !clusterConfig.InsecureSkipTLSVerify {
+ if !env.Cluster.InsecureSkipTlsVerify {
207
clusterConfig.KeyData = configMap[commonBean.TlsKey]
208
clusterConfig.CertData = configMap[commonBean.CertData]
209
clusterConfig.CAData = configMap[commonBean.CertificateAuthorityData]
0 commit comments