# 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