1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Change the bootstrap default branch to main

This commit is contained in:
stefanprodan
2020-10-01 21:47:33 +03:00
parent 3972c08efc
commit 0e52065893
6 changed files with 14 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ var (
)
const (
bootstrapDefaultBranch = "master"
bootstrapDefaultBranch = "main"
bootstrapInstallManifest = "toolkit-components.yaml"
bootstrapSourceManifest = "toolkit-source.yaml"
bootstrapKustomizationManifest = "toolkit-kustomization.yaml"