# # 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"