Files
test/resources/cloud_platform/security/portieris/image-policy.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

13 lines
312 B
YAML

apiVersion: portieris.cloud.ibm.com/v1
kind: ImagePolicy
metadata:
name: allow-custom
namespace: {{ namespace }}
spec:
repositories:
- name: "{{ registry_server }}:{{ registry_port }}/{{ signed_repo }}/*"
policy:
trust:
enabled: true
trustServer: "{{ trust_server }}"