Skip to content

Commit f9d4206

Browse files
committed
chore: update fixture
1 parent e1607a9 commit f9d4206

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fixtures/exec-python.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: ScrapeConfig
33
metadata:
44
name: exec-python
55
spec:
6-
schedule: "@every 5m"
6+
schedule: '@every 5m'
77
exec:
88
- type: Kubernetes::Node
99
id: $.metadata.name
@@ -12,6 +12,7 @@ spec:
1212
#!/usr/bin/env python3
1313
# Python script with shebang detection
1414
# KUBECONFIG env var is automatically set from connections.kubernetes
15+
import sys
1516
import json
1617
import subprocess
1718

0 commit comments

Comments
 (0)