Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Rename kctrl-command-tree feature flag
Browse files Browse the repository at this point in the history
Use `features.package.kctrl-command-tree` instead of `features.package.kctrl-package-command-tree`. This is done to ensure that the default value is toggled to true even while upgrading from an older version.
  • Loading branch information
praveenrewar committed Dec 13, 2022
1 parent 2218c5c commit 6416353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/plugin/package/featureflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package main
const (
// Package Plugin Kctrl Command Tree determines whether to use the command tree from kctrl. Setting feature flag to
// true will allow to use the package command tree from kctrl for package plugin
FeatureFlagPackagePluginKctrlCommandTree = "features.package.kctrl-package-command-tree"
FeatureFlagPackagePluginKctrlCommandTree = "features.package.kctrl-command-tree"
)

// DefaultFeatureFlagsForPackagePlugin is used to populate default feature-flags for the package plugin
Expand Down

0 comments on commit 6416353

Please # to comment.