
- portieris app functional test with clusterimagepolicy - portieris app functional test with imagepolicy Change-Id: Ida25ec148ff4f28a15a28818a15d811df84b7cb5 Signed-off-by: Thomas Sunil <sunil.thomas@windriver.com>
13 lines
312 B
YAML
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 }}"
|