Files
test/resources/cloud_platform/security/portieris/signed-image.yaml
Thomas Sunil eb4d2d461f Portieris app sanity tests
- portieris app functional test with clusterimagepolicy
- portieris app functional test with imagepolicy

Change-Id: Ida25ec148ff4f28a15a28818a15d811df84b7cb5
Signed-off-by: Thomas Sunil <sunil.thomas@windriver.com>
2025-10-03 16:01:36 -04:00

16 lines
296 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: {{ test_pod_name }}
namespace: {{ namespace }}
spec:
containers:
- command:
- sleep
- '3600'
image: {{ signed_image_name }}
imagePullPolicy: Always
name: {{ test_pod_name }}
imagePullSecrets:
- name: {{ pull_secret_name }}