Skip to content

Commit

Permalink
Merge pull request #639 from typeid/OSD-26926
Browse files Browse the repository at this point in the history
fix(OSD-26926): add missing acm namespaces to dyntrace gather-logs command
  • Loading branch information
openshift-merge-bot[bot] authored Dec 3, 2024
2 parents b7999dd + c0ec63c commit ad4f8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cluster/dynatrace/hcpGatherLogsCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func gatherLogs(clusterID string) (error error) {

fmt.Printf("Using HCP Namespace %v\n", hcpCluster.hcpNamespace)

gatherNamespaces := []string{hcpCluster.hcpNamespace, hcpCluster.klusterletNS, hcpCluster.hostedNS, "hypershift", "cert-manager", "redhat-cert-manager-operator"}
gatherNamespaces := []string{hcpCluster.hcpNamespace, hcpCluster.klusterletNS, hcpCluster.hostedNS, "hypershift", "cert-manager", "redhat-cert-manager-operator", "open-cluster-management-agent", "open-cluster-management-agent-addon"}
gatherDir, err := setupGatherDir(hcpCluster.hcpNamespace)
if err != nil {
return err
Expand Down

0 comments on commit ad4f8ff

Please sign in to comment.