-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
quay-v3.3.0, quay-v3.3.1
Description:
This is an issue found in the following guide, at 5.4.4.7 and 5.4.4.8 the type of registryBackends is wrong, for swift the type is NOT "rhocs", for RADOS the type is NOT "rhocs", see screenshots.
The correct type should be:
apiVersion: redhatcop.redhat.io/v1alpha1
kind: QuayEcosystem
metadata:
name: example-quayecosystem
spec:
quay:
registryBackends:
- name: swift
swift:
authVersion: <authVersion>
authURL: <authURL>
container: <container>
user: <user>
password: <password>
caCertPath: <caCertPath>
osOptions:
object_storage_url: <object_storage_url>
user_domain_name: <user_domain_name>
project_id: <project_id>
apiVersion: redhatcop.redhat.io/v1alpha1
kind: QuayEcosystem
metadata:
name: example-quayecosystem
spec:
quay:
registryBackends: - name: rados
rados:
hostname: <hostname>
secure: <is_secure>
accessKey: <accessKey>
secretKey: <secretKey>
bucketName: <bucketName>