Skip to content

Commit

Permalink
docs: small change
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pana <[email protected]>
  • Loading branch information
acpana committed Aug 1, 2024
1 parent 525b068 commit fd52a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/kompanion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Export function may take minutes to run as the tool searches all the api resourc
kompanion export --exclude-namespaces=kube --exclude-namespaces=my-team
# target only specific namespace prefixes
kompanion export --include-namespaces=my-team
kompanion export --target-namespaces=my-team
# target only specific namespace prefixes AND specific object prefixes
kompanion export --target-namespaces=my-team --target-objects=logging
Expand Down
2 changes: 1 addition & 1 deletion experiments/kompanion/cmd/export/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
kompanion export --exclude-namespaces=kube --exclude-namespaces=my-team
# target only specific namespace prefixes
kompanion export --include-namespaces=my-team
kompanion export --target-namespaces=my-team
# target only specific namespace prefixes AND specific object prefixes
kompanion export --target-namespaces=my-team --target-objects=logging
Expand Down

0 comments on commit fd52a9a

Please sign in to comment.