# # Copyright (c) 2018 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # apiVersion: v1 kind: Pod metadata: name: test-projected-volume spec: terminationGracePeriodSeconds: 0 runtimeClassName: kata containers: - name: test-projected-volume image: quay.io/prometheus/busybox:latest command: ["tail", "-f", "/dev/null"] volumeMounts: - name: all-in-one mountPath: "/projected-volume" readOnly: true volumes: - name: all-in-one projected: sources: - secret: name: user - secret: name: pass