
- portieris app functional test with clusterimagepolicy - portieris app functional test with imagepolicy Change-Id: Ida25ec148ff4f28a15a28818a15d811df84b7cb5 Signed-off-by: Thomas Sunil <sunil.thomas@windriver.com>
16 lines
298 B
YAML
16 lines
298 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: {{ test_pod_name }}
|
|
namespace: {{ namespace }}
|
|
spec:
|
|
containers:
|
|
- command:
|
|
- sleep
|
|
- '3600'
|
|
image: {{ unsigned_image_name }}
|
|
imagePullPolicy: Always
|
|
name: {{ test_pod_name }}
|
|
imagePullSecrets:
|
|
- name: {{ pull_secret_name }}
|