Skip to content

Commit

Permalink
fixing descriptions for Agent Templates events
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Jul 3, 2024
1 parent 620b270 commit 7734b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprints/02-at-scale/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ output "cbci_agents_pods" {
}

output "cbci_agent_linuxTempl_events" {
description = "Retrieves a list of agent pods running in the agents namespace."
description = "Retrieves a list of events related to Linux template agents."
value = "kubectl get events -n ${local.cbci_agents_ns} | grep -i pod/${local.cbci_agent_linuxTempl}"
}

output "cbci_agent_windowsTempl_events" {
description = "Retrieves a list of agent pods running in the agents namespace."
description = "Retrieves a list of events related to Windows template agents."
value = "kubectl get events -n ${local.cbci_agents_ns} | grep -i pod/${local.cbci_agent_windowsTempl}"
}

Expand Down

0 comments on commit 7734b87

Please sign in to comment.