Skip to content

Commit 89f5de6

Browse files
Copy edits
1 parent e36d595 commit 89f5de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbees-cd/kubernetes/logs/get-logs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function usage
6161
./get-logs.sh -n <Namespace> -c <Component> -o <Output> -k <kubeconfig-file-path>
6262
6363
Options:
64-
-n Namespace: The name of the kubernetes namespace/project where CBCD/SDA is deployed
64+
-n Namespace: The name of the Kubernetes namespace/project where CD/RO or Software Delievery Automation is deployed
6565
-c (Optional) Component: The name of component to fetch logs. defaults to all
6666
all, flow-server, flow-web, flow-devopsinsight, flow-bound-agent, flow-agent
6767
-o (Optional)Output path to copy logs. default is /tmp.
@@ -90,4 +90,4 @@ function main
9090
get_logs "$@"
9191
}
9292

93-
main "$@"
93+
main "$@"

0 commit comments

Comments
 (0)