mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Merge pull request #578 from monopole/turnOnSimpleCloner
Turn off hashicorp cloner, turn on simple cloner.
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
"sigs.k8s.io/kustomize/pkg/ifc"
|
||||
)
|
||||
|
||||
const useHashiCorpCloner = true
|
||||
const useHashiCorpCloner = false
|
||||
|
||||
func clonerToUse() gitCloner {
|
||||
if useHashiCorpCloner {
|
||||
|
||||
Reference in New Issue
Block a user