mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
14 lines
257 B
YAML
14 lines
257 B
YAML
|
apiVersion: kyverno.io/v2alpha1
|
||
|
kind: GlobalContextEntry
|
||
|
metadata:
|
||
|
name: gctxentry-validate-apicall-data
|
||
|
spec:
|
||
|
apiCall:
|
||
|
service:
|
||
|
url: http://localhost:8080
|
||
|
method: GET
|
||
|
data:
|
||
|
- key: foo
|
||
|
value: bar
|
||
|
refreshInterval: 10s
|