Ver código fonte

Merge branch 'master' into develop

Ajay Tripathy 5 anos atrás
pai
commit
2463e207bf
2 arquivos alterados com 2 adições e 0 exclusões
  1. 1 0
      pkg/cloud/azureprovider.go
  2. 1 0
      pkg/cloud/provider.go

+ 1 - 0
pkg/cloud/azureprovider.go

@@ -243,6 +243,7 @@ type AzureServiceKey struct {
 	ServiceKey     *AzureAppKey `json:"serviceKey"`
 }
 
+
 // Validity check on service key
 func (ask *AzureServiceKey) IsValid() bool {
 	return ask.SubscriptionID != "" &&

+ 1 - 0
pkg/cloud/provider.go

@@ -20,6 +20,7 @@ import (
 const authSecretPath = "/var/secrets/service-key.json"
 const storageConfigSecretPath = "/var/azure-storage-config/azure-storage-config.json"
 
+
 var createTableStatements = []string{
 	`CREATE TABLE IF NOT EXISTS names (
 		cluster_id VARCHAR(255) NOT NULL,