OpenShift Gogs

From NovaOrdis Knowledge Base
Revision as of 23:28, 24 November 2017 by Ovidiu (talk | contribs) (→‎Installation)
Jump to navigation Jump to search

Internal

Installation

The template will create the OpenShift objects required by a Gogs repository and the Postgres dependency pod.

  • Replace the conventional password value in the template with something safer:
...
parameters:
- description: Password for the Gogs user.
  displayName: Gogs Password
  value: password
  name: GOGS_PASSWORD
  required: true
...