Skip to content

Commit e3cb65a

Browse files
committed
unnecessary change
Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent 61b7219 commit e3cb65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/cmd/render.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func renderKubernetesObjects(cfgVersion string, cfg *configv1.Config) ([]string,
187187
func init() {
188188
rootCmd.AddCommand(renderCmd)
189189

190-
renderCmd.PersistentFlags().StringVarP(&renderOpts.ConfigFN, "config", "c", "", "path to the config file")
190+
renderCmd.PersistentFlags().StringVarP(&renderOpts.ConfigFN, "config", "c", os.Getenv("GITPOD_INSTALLER_CONFIG"), "path to the config file")
191191
renderCmd.PersistentFlags().StringVarP(&renderOpts.Namespace, "namespace", "n", "default", "namespace to deploy to")
192192
renderCmd.Flags().BoolVar(&renderOpts.ValidateConfigDisabled, "no-validation", false, "if set, the config will not be validated before running")
193193
renderCmd.Flags().BoolVar(&renderOpts.UseExperimentalConfig, "danger-use-unsupported-config", false, "enable use of unsupported config")

0 commit comments

Comments
 (0)