fix stable_repo_url

This commit is contained in:
GEcko
2018-12-04 18:35:36 +08:00
parent e245072869
commit 819b69edba
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -395,6 +395,7 @@ func (p *Plugin) debug() {
fmt.Printf("Secrets: %s \n", p.Config.Secrets)
fmt.Printf("Helm Repos: %s \n", p.Config.HelmRepos)
fmt.Printf("ValuesFiles: %s \n", p.Config.ValuesFiles)
fmt.Printf("StableRepoURL: %s \n", p.Config.StableRepoURL)
kubeconfig, err := ioutil.ReadFile(KUBECONFIG)
if err == nil {
fmt.Println(string(kubeconfig))