Skip to content

Commit ef76faf

Browse files
authored
Update installation.md (#203)
* Update installation.md Added git provider flags * Update installation.md Added note on Git provider for all runtimes * Update installation.md * Update installation.md Content updates after review from Noam * Update installation.md * Update installation.md Added github enterprise to provider flag values * Update installation.md Updated description for Repository URL * Update installation.md * Update installation.md * Update requirements.md * Update installation.md Formatting fixes * Update requirements.md Commented out Bitbucket cloud as provider as not released to prod * Update requirements and installation topics Adde Bitbucket cloud to supported Git providers in requirements and flag to installation flags * Update installation.md Content updates with review comments * Update installation.md More content edits * Update installation.md Added ingress-less flags, currently commented out * Update installation.md Added flag descriptions per provider * Update installation.md Added commands for each Git provider for repo a * Update installation.md * Update installation.md * Update hosted-runtime.md * Update installation.md Updated examples for all Git providers * Update installation.md Added missing link * Update installation.md Added flag=value format for demo resources * Update installation.md Added remove username instruction for bitbucket cloud URL, and other content edits * Update hosted runtime Commented out GitLab as git provider Formatting changes for git provider flags * Update installation.md * Update installation.md Created nested list for Git providers * Update installation.md Added link to git tokens with scopes * Update requirements.md * Update requirements.md * Update installation.md * Update installation.md Added link to git tokens in before your begin * Update installation.md
1 parent 5eaff8e commit ef76faf

36 files changed

+439
-900
lines changed

_data/home-content.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,8 @@
6666
links:
6767
- title: Applications dashboard
6868
localurl: /docs/deployment/applications-dashboard/
69-
- title: Creating applications
69+
- title: Applications
7070
localurl: /docs/deployment/create-application/
71-
- title: Managing applications
72-
localurl: /docs/deployment/manage-application/
7371
- title: Images in Codefresh
7472
localurl: /docs/deployment/images/
7573
- title: Install Argo Rollouts

_data/nav.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,8 @@
8383
pages:
8484
- title: Applications dashboard
8585
url: "/applications-dashboard"
86-
- title: Creating applications
86+
- title: Applications
8787
url: "/create-application"
88-
- title: Managing applications
89-
url: "/manage-application"
9088
- title: Images in Codefresh
9189
url: "/images"
9290
- title: Install Argo Rollouts

_docs/deployment/create-application.md

Lines changed: 159 additions & 35 deletions
Large diffs are not rendered by default.

_docs/deployment/manage-application.md

Lines changed: 0 additions & 291 deletions
This file was deleted.

_docs/integrations/ci-integrations.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ The table describes _all_ the arguments required for CI integrations in general.
6161
{: .table .table-bordered .table-hover}
6262
| Argument | Description | Required/Optional/Default |
6363
| ---------- | -------- | ------------------------- |
64-
| `CF_HOST` | _Deprecated from v 0.0.460 and higher._ Recommend using `CF_RUNTIME_NAME` instead. {::nomarkdown}<br><span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">CF_HOST</span> has been deprecated because the URL is not static, and any change can fail the enrichment.<br><br> The URL to the cluster with the Codefresh runtime to integrate with. If you have more than one runtime, select the runtime from the list. Codefresh displays the URL of the selected runtime cluster.{:/} | Optional |
65-
| `CF_PLATFORM_URL` | Required for integrations in on-premises environments only. The root URL of the codefresh application. If not specified, uses the default value of `https://g.codefresh.io`. | Optional |
64+
| `CF_HOST` | _Deprecated from v 0.0.460 and higher._ Recommend using `CF_RUNTIME_NAME` instead. {::nomarkdown}<br><span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">CF_HOST</span> has been deprecated because the URL is not static, and any change can fail the enrichment.<br><br> The URL to the cluster with the Codefresh runtime to integrate with. If you have more than one runtime, select the runtime from the list. Codefresh displays the URL of the selected runtime cluster.{:/} | Required |
6665
| `CF_RUNTIME_NAME` | The runtime to use for the integration. If you have more than one runtime, select the runtime from the list. | Required |
6766
| `CF_API_KEY` | The API key for authentication. Generate the key for the integration. | Required |
6867
| `CF_CONTAINER_REGISTRY_INTEGRATION` | The name of the container registry integration created in Codefresh where the image is stored. See [Container registry integrations]({{site.baseurl}}/docs/integrations/container-registries/). | Optional |
@@ -71,7 +70,7 @@ The table describes _all_ the arguments required for CI integrations in general.
7170
| `CF_WORKFLOW_NAME` | The name assigned to the workflow that builds the image. When defined, the name is displayed in the Codefresh platform. Example, `Staging step` | Optional |
7271
| `CF_GIT_BRANCH` | The Git branch with the commit and PR (pull request) data to add to the image. Pass the Branch from the event payload used to trigger your action. | Required |
7372
| `CF_GIT_REPO` | The Git repository with the configuration and code used to build the image. | Required |
74-
| `CF_GIT_PROVIDER` | The Git provider for the integration, and can be either `github`, `gitlab`, `bitbucket`, or `bitbucket-server`. | Required |
73+
| `CF_GIT_PROVIDER` | The Git provider for the integration, and can be either GitHub, GitLab, or Bitbucket. | Required |
7574
| `CF_GITHUB_TOKEN` | The GitHub authentication token. The token must have `repo` scope. See [Git tokens]({{site.baseurl}}/docs/reference/git-tokens/). | Required |
7675
| `CF_GITHUB_API_URL` | The URL to the GitHub developer site. | Required |
7776
| `CF_BITBUCKET_USERNAME` | The username for the Bitbucket or the BitBucket Server (on-prem) account. | Required |

0 commit comments

Comments
 (0)