Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartshea authored Feb 7, 2024
1 parent 9fe2066 commit 4eb537e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebundles/k8s-pvc-healthcheck/runbook.robot
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Fetch the Storage Utilization for PVC Mounts in Namespace `${NAMESPACE}`
... title=PVC Storage Utilization is at ${item["usage"]} in `${NAMESPACE}`
... reproduce_hint=${pod_pvc_utilization.cmd}
... details=Found excessive PVC utilization for ${item["pvc_name"]}:\n${item}
... next_steps=Expand Persistent Volume Claim \`${item["pvc_name"]}'\ in Namespace \`${NAMESPACE}\` to ${item["recommended_size"]}
... next_steps=Expand Persistent Volume Claim \`${item["pvc_name"]}\' in Namespace \`${NAMESPACE}\` to ${item["recommended_size"]}
END
END
END
Expand Down

0 comments on commit 4eb537e

Please sign in to comment.