12 lines
276 B
YAML
12 lines
276 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: kitestacks-scripts
|
|
namespace: monitoring
|
|
data:
|
|
kitestacks_check.py: |
|
|
# Paste the full contents of your kitestacks_check.py script here
|
|
# Example:
|
|
# import requests
|
|
# from datetime import datetime
|
|
# ...
|