diff --git a/configmap.yaml b/configmap.yaml index 76c13a8..3dac912 100644 --- a/configmap.yaml +++ b/configmap.yaml @@ -5,4 +5,8 @@ metadata: namespace: monitoring data: kitestacks_check.py: | - # Paste the full contents of your kitestacks_check.py here + # Paste the full contents of your kitestacks_check.py script here + # Example: + # import requests + # from datetime import datetime + # ...