Add additional image repositories for ICP install (#732)

* Add additional image repositories for ICP install

May be a couple more so please don't merge yet! Following the process now and noticed this when applying the release-lite yaml.

* Formatting for ICP image policy inclusions
This commit is contained in:
Adam Roberts 2019-01-30 23:09:37 +00:00 committed by Knative Prow Robot
parent 579de42707
commit 70ef4e642a
1 changed files with 7 additions and 6 deletions

View File

@ -48,12 +48,13 @@ in IBM Cloud Private to allow the access to the Knative image:
kubectl edit clusterimagepolicies ibmcloud-default-cluster-image-policy
```
2. Update `spec.repositories` by adding `"gcr.io/knative-releases/*"`, for
example:
2. Update `spec.repositories` by adding the following entries, for example:
```yaml
spec:
repositories:
- name: "gcr.io/knative-releases/*"
- name: gcr.io/knative-releases/*
- name: k8s.gcr.io/*
- name: quay.io/*
```
#### Update pod security policy