8 lines
186 B
YAML
8 lines
186 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 here
|