mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 09:02:53 +00:00
Turn off hashicorp cloner.
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
|||||||
"sigs.k8s.io/kustomize/pkg/ifc"
|
"sigs.k8s.io/kustomize/pkg/ifc"
|
||||||
)
|
)
|
||||||
|
|
||||||
const useHashiCorpCloner = true
|
const useHashiCorpCloner = false
|
||||||
|
|
||||||
func clonerToUse() gitCloner {
|
func clonerToUse() gitCloner {
|
||||||
if useHashiCorpCloner {
|
if useHashiCorpCloner {
|
||||||
|
|||||||
Reference in New Issue
Block a user