mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
13 lines
257 B
YAML
Executable file
13 lines
257 B
YAML
Executable file
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
|