Jelajahi Sumber

more contextual comment

Mohammed Nafees 3 tahun lalu
induk
melakukan
770d4736dd
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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"`
 	DisablePullSecretsInjection bool `env:"DISABLE_PULL_SECRETS_INJECTION,default=false"`
 
 
 	// EnableAutoPreviewBranchDeploy is used to enable preview branch deployments automatically
 	// 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"`
 	EnableAutoPreviewBranchDeploy bool `env:"ENABLE_AUTO_PREVIEW_BRANCH_DEPLOY,default=false"`
 }
 }