Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman committed Oct 2, 2024
1 parent 81a4492 commit 809aec4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pages/how-to/deploy/microservice.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Setting Up an Example Micro Service
description: Deploying a basic Microservice to a cluster managed by Plural
title: Setting Up an Example Microservice
description: Deploying a basic microservice to a cluster managed by Plural
---

# Overview
Expand Down
2 changes: 1 addition & 1 deletion pages/how-to/set-up/mgmt-cluster.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Setting Up a New Management (MGMT) Cluster
description: Using Plural CLI to Deploy a Management (MGMT) Kubernetes Cluster
description: Using Plural CLI to deploy a management (MGMT) Kubernetes cluster
---

# Overview
Expand Down
4 changes: 3 additions & 1 deletion pages/how-to/set-up/scm-connection.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Integrate with your Source Control Provider
description: Set Up a SCM Connection in Plural to integrate with Github, GitLab, or BitBucket
description: Setting up an SCM Connection in Plural to integrate with Github, GitLab, or BitBucket
---

# Overview
Expand Down Expand Up @@ -69,6 +69,8 @@ git push

{% callout severity="info" %}
`plural up` by default creates an `apps` service syncing all subfolders of the `bootstrap` folder in the repo it creates. Since we created this file in `bootstrap/pr-automation` that means that root service-of-services will sync it appropriately and we just need to `git push` to apply the change.

You can also check this service in the console (CD > Services > apps) to see if the CRD was deployed successfully. You should see 10/10 components in "Running" state.
{% /callout %}

## **Add an SCM Provider Webhook**
Expand Down
6 changes: 3 additions & 3 deletions pages/how-to/set-up/workload-cluster.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Setting Up a Your First Workload Cluster
description: Use a Self-Service PR Automation to Provision Your first Workload Cluster
title: Setting Up Your First Workload Cluster
description: Using a self-service PR automation to provision your first workload cluster
---

# Overview
Expand Down Expand Up @@ -37,7 +37,7 @@ Now that that PR Automation is configured, we should be able to spawn our cluste
* **Enter the Name of the Branch to Create the PR**
![cluster-creator modal 1](/images/how-to/cluster-creator-modal-1.png)
* **Click `Create`**
* Optionally [View The PR](https://github.com/pluralsh/plrl-how-to/pull/1) that was created
* Optionally view the PR that was created
![cluster-creator modal 2](/images/how-to/cluster-creator-modal-2.png)
* **Merge the PR**

Expand Down

0 comments on commit 809aec4

Please sign in to comment.