Skip to content

Commit

Permalink
Merge pull request #2405 from acpana/acpana/k-docs
Browse files Browse the repository at this point in the history
docs: small change
  • Loading branch information
google-oss-prow[bot] authored Aug 1, 2024
2 parents fd40b47 + fd52a9a commit b80d030
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 b80d030

Please sign in to comment.