Explorar o código

more contextual comment

Mohammed Nafees %!s(int64=3) %!d(string=hai) anos
pai
achega
770d4736dd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      api/server/shared/config/env/envconfs.go

+ 2 - 0
api/server/shared/config/env/envconfs.go

@@ -112,6 +112,8 @@ type ServerConf struct {
 	DisablePullSecretsInjection bool `env:"DISABLE_PULL_SECRETS_INJECTION,default=false"`
 
 	// EnableAutoPreviewBranchDeploy is used to enable preview branch deployments automatically
+	// The default behvior is to require a user to manually git push for a preview deployment
+	// against a deploy branch to be created
 	EnableAutoPreviewBranchDeploy bool `env:"ENABLE_AUTO_PREVIEW_BRANCH_DEPLOY,default=false"`
 }