OpenShift Gogs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 16: | Line 16: | ||
name: GOGS_PASSWORD | name: GOGS_PASSWORD | ||
required: true | required: true | ||
... |
Revision as of 07:20, 23 November 2017
Internal
Installation
- Use https://github.com/NovaOrdis/playground/blob/master/openshift/auxiliary-tools/gogs/gogs.yaml as template. It is based on https://github.com/OpenShiftDemos/openshift-cd-demo/blob/ocp-3.6/cicd-template.yaml
- 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 ...