mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-05 22:14:53 +00:00
fix: incorrect nil check logic in tencentcloud cdn and ecdn deployment
This commit is contained in:
@@ -210,7 +210,7 @@ func createDeployer(provider domain.DeployProviderType, accessConfig string, dep
|
||||
return deployer, logger, err
|
||||
}
|
||||
|
||||
case domain.DeployProviderTypeK8sSecret:
|
||||
case domain.DeployProviderTypeKubernetesSecret:
|
||||
{
|
||||
access := &domain.AccessConfigForKubernetes{}
|
||||
if err := json.Unmarshal([]byte(accessConfig), access); err != nil {
|
||||
|
Reference in New Issue
Block a user