-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: create dashboard without format block #48
Conversation
Terraform Format and Style 🖌
|
@@ -297,14 +297,47 @@ resource "sysdig_monitor_dashboard" "general_pod_performance" { | |||
height = 4 | |||
type = "timechart" | |||
name = "Memory used by pod vs memory request keycloak" | |||
description = "Keycloak memory used by pods compared to the requested memory" | |||
description = "Keycloak memory used by pods compared to the requested memory factor of 100 added to fix dispaly" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me, just a typo on "display" here and the description below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Terraform Format and Style 🖌
|
No description provided.