mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-22 16:24:48 -06:00
bb0d4e271b
Signed-off-by: lucperkins <lucperkins@gmail.com>
21 lines
408 B
JSON
21 lines
408 B
JSON
{
|
|
"input": {
|
|
"kind": "Pod",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "opa",
|
|
"labels": {
|
|
"customer": "example.org"
|
|
}
|
|
},
|
|
"spec": {
|
|
"containers": [
|
|
{
|
|
"name": "opa",
|
|
"image": "openpolicyagent/opa"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|