mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-21 16:57:08 +00:00
Merge pull request #7231 from wainersm/measured_rootfs-improvements
Build for measured rootfs improvements
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Copyright (c) 2021, 2022 IBM Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: test-e2e
|
||||
spec:
|
||||
runtimeClassName: $RUNTIMECLASS
|
||||
containers:
|
||||
- name: test-container
|
||||
image: $IMAGE
|
||||
imagePullPolicy: Always
|
Reference in New Issue
Block a user