1.

What is the procedure for adding secrets with a web console?

Answer»

You can give your build configuration a secret to ALLOW it to access a PRIVATE repository. To enable access to a private repository from the OpenShift Container Platform WEB portal, add a secret to your build configuration:

  • Make a new project in the OpenShift Container Platform.
  • Make a secret with credentials for gaining access to a private source code repository.
  • Make a configuration for the construction.
  • Set the Source Secret on the web CONSOLE's build configuration editor page or create an app from the builder image page.
  • Save the file.


Discussion

No Comment Found