9.13. QuayIntegration configuration fields
The QuayIntegration custom resource enables integration between your OpenShift Container Platform cluster and a Red Hat Quay registry instance.
Additional resources
| Name | Description | Schema |
|---|---|---|
|
allowlistNamespaces | A list of namespaces to include. | Array |
|
clusterID | The ID associated with this cluster. | String |
|
credentialsSecret.key | The secret containing credentials to communicate with the Quay registry. | Object |
|
denylistNamespaces | A list of namespaces to exclude. | Array |
|
insecureRegistry | Whether to skip TLS verification to the Quay registry | Boolean |
|
quayHostname | The hostname of the Quay registry. | String |
|
scheduledImageStreamImport | Whether to enable image stream importing. | Boolean |
QuayIntegration example CR
apiVersion: quay.redhat.com/v1
kind: QuayIntegration
metadata:
name: example-quayintegration
spec:
clusterID: 1df512fc-bf70-11ee-bb31-001a4a160100
quayHostname: quay.example.com
credentialsSecret:
name: quay-creds-secret
key: token
allowlistNamespaces:
- dev-team
- prod-team
denylistNamespaces:
- test
insecureRegistry: false
scheduledImageStreamImport: true