Skip to content

Commit

Permalink
updating doc and package
Browse files Browse the repository at this point in the history
  • Loading branch information
bbensky committed Jul 22, 2024
1 parent 2db84b6 commit ec80be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
discoveryapi "github.com/fairwindsops/pluto/v5/pkg/discovery-api"
"github.com/fairwindsops/pluto/v5/pkg/finder"
"github.com/fairwindsops/pluto/v5/pkg/helm"
"github.com/rogpeppe/go-internal/semver"
"golang.org/x/mod/semver"

"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
4 changes: 2 additions & 2 deletions docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ The `target-versions` field in this custom file will set the default target vers
Please note that we do not allow overriding anything contained in the default `versions.yaml` that Pluto uses.
## Kube Context
## Kube Context or kubeconfig
When doing helm detection, you may want to use the `--kube-context` to specify a particular context you wish to use in your kubeconfig.
When doing helm or apiVersion detection, you may want to use the `--kube-context` or `--kubeconfig` flags to specify a particular context, or a specific file path, that you wish to use for your kubeconfig.
## Environment Variables
Expand Down

0 comments on commit ec80be4

Please sign in to comment.