mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Turn off hashicorp 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