Przeglądaj źródła

Change file path for azure ooc config

Sean Holcomb 5 lat temu
rodzic
commit
1489783b42
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pkg/cloud/provider.go

+ 1 - 1
pkg/cloud/provider.go

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