Skip to content

Commit 2df0b39

Browse files
authored
Merge pull request #1608 from gtam/patch-1
Update suse-observability_logs_collector.sh to accept 1st parameter a…
2 parents 6dbcaab + 8bfa25f commit 2df0b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/suse-observability_logs_collector.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Namespace to collect information
4-
NAMESPACE="suse-observability"
4+
NAMESPACE=${1:-suse-observability}
55

66
# Check if kubectl is installed or not
77
if ! command -v kubectl &>/dev/null; then

0 commit comments

Comments
 (0)