OpenShift Gogs

From NovaOrdis Knowledge Base
Revision as of 07:22, 23 November 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Installation

The template results in the deployment of a Gogs and a related Postgres 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
...