-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
Quay Enterprise
Quay 3.3 Deploy Redhat quay on Openshift
Section 4.1 Set up Red Hat Quay namespaces and secrets
Create the secret for the Red Hat Quay configuration and app: Create the following secrets. During Red Hat Quay configuration, the config.yaml, and optionally the ssl.cert and ssl.key, files are added to the application’s secret, so they can be included with the resulting Red Hat Quay application: $ oc create -f quay-enterprise-config-secret.yaml secret/quay-enterprise-config-secret created $ oc create secret generic quay-enterprise-secret
The command oc create secret generic quay-enterprise-secret should be removed from doc , since the actual secret used is quay-enterprise-config-secret