From b5d5ebeb11cc49ff0d8d5dd561ea4a49dc555216 Mon Sep 17 00:00:00 2001 From: Logan Date: Mon, 11 Mar 2019 15:53:31 +0800 Subject: [PATCH] Update _index.md --- content/rancher/v2.x/en/catalog/private/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/catalog/private/_index.md b/content/rancher/v2.x/en/catalog/private/_index.md index b8e9f2123da..2575ad8fc47 100644 --- a/content/rancher/v2.x/en/catalog/private/_index.md +++ b/content/rancher/v2.x/en/catalog/private/_index.md @@ -41,11 +41,11 @@ with `repo` permission selected, and click **Generate token**. | Variable | Description | | -------------------- | ------------- | | Name | Custom catalog name. | - | Catalog URL | The URL of your custom chart repository, e.g, `https://github.com/username/myrepo.git`. | + | Catalog URL | The URL of your custom chart repository. | | Use Private Catalog | Select it to use private catalog. | - | Username | Enter your Git generated OAuth token. | + | Username | Your Git generated OAuth token. | | Password | Enter `x-oauth-basic`. read [using Git over HTTPS and OAuth](https://github.blog/2012-09-21-easier-builds-and-deployments-using-git-over-https-and-oauth/) for more details. | - | Branch | Enter your Github branch name, default to master. | + | Branch | Your Git branch name, default to master. | **Result**: Your custom catalog is added to the Rancher with `Active` state once it completes synchronization.