mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +00:00
Add example for querying json data from the OPA service. Fixes: #8231 Signed-off-by: Dan Mihai <dmihai@microsoft.com>
23 lines
458 B
YAML
23 lines
458 B
YAML
#
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: set-keys-test
|
|
spec:
|
|
terminationGracePeriodSeconds: 0
|
|
shareProcessNamespace: true
|
|
runtimeClassName: kata
|
|
containers:
|
|
- name: first-test-container
|
|
image: quay.io/prometheus/busybox:latest
|
|
env:
|
|
- name: CONTAINER_NAME
|
|
value: "first-test-container"
|
|
command:
|
|
- sleep
|
|
- "30"
|