Rename github org references to sclorg
Addresses openshift/origin##19998
This commit is contained in:
parent
24e7e684ac
commit
9b0e5f1539
10 changed files with 28 additions and 28 deletions
|
@ -1,9 +1,9 @@
|
|||
name: nodejs
|
||||
version: 0.1
|
||||
description: An example Node.js application with no database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.
|
||||
description: An example Node.js application with no database. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/nodejs-ex/blob/master/README.md.
|
||||
keywords:
|
||||
- quickstart
|
||||
- nodejs
|
||||
home: https://access.redhat.com
|
||||
sources:
|
||||
- https://github.com/openshift/nodejs-ex
|
||||
- https://github.com/sclorg/nodejs-ex
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
The following service(s) have been created in your project: {{ .Values.name }}.
|
||||
|
||||
For more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.
|
||||
For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/nodejs-ex/blob/master/README.md.
|
||||
|
|
|
@ -5,7 +5,7 @@ namespace: openshift
|
|||
# Memory Limit: Maximum amount of memory the container can use.
|
||||
memory_limit: 512Mi
|
||||
# Git Repository URL: The URL of the repository with your application source code.
|
||||
source_repository_url: https://github.com/openshift/nodejs-ex.git
|
||||
source_repository_url: https://github.com/sclorg/nodejs-ex.git
|
||||
# Git Reference: Set this to a branch name, tag or other ref of your repository if you are not using the default branch.
|
||||
source_repository_ref:
|
||||
# Context Directory: Set this to the relative path to your project if it is not in the root of your repository.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue