Skip to content

Commit

Permalink
Fix Vale finds
Browse files Browse the repository at this point in the history
  • Loading branch information
ritawatson committed Oct 16, 2023
1 parent 2ed1c92 commit c29e582
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs-content/devx/apps/deploy-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ pack {
:::info
All container services expose their service address, Kubernetes hostname, and the exposed service ports as output variables.
You will use output variables frequently when creating app profiles in the future. You can learn more about connecting services by referring to the [Service Connectivity](../services/connectivity.md documentation.
You will use output variables frequently when creating app profiles. You can learn more about connecting services by referring to the [Service Connectivity](../services/connectivity.md documentation.
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ New versions of an app profile may add or remove layers, contain new pack versio

- An existing app profile.

## reate New App Profile Version
## Create New App Profile Version

1. Log in to [Palette](https://console.spectrocloud.com/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Each cluster profile layer provides a specific functionality. Profile layers can

Use these guidelines to configure layers and customize certain aspects of a pack's functionality:

- **Pack version**: You can choose a specific pack version, such as `1.27.5`, or a major/minor train, such as `1.x` or `1.1.x`. A major/minor train provides dynamic version association. The latest release from that train is linked to the pack. When a pack is updated, its lastest version gets linked to the pack, ensuring clusters always use the latest released pack versions without the need to manually update cluster profiles.
- **Pack version**: You can choose a specific pack version, such as `1.27.5`, or a major/minor train, such as `1.x` or `1.1.x`. A major/minor train provides dynamic version association. The latest release from that train is linked to the pack. When a pack is updated, its latest version gets linked to the pack, ensuring clusters always use the latest released pack versions without the need to manually update cluster profiles.

- **Configuration parameters**: Packs provided out-of-the-box have configuration parameters that are set to values based on common best practices. You can override these parameters as needed in the configuration file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags: ["profiles", "cluster profiles"]
---


Create a full profile by first adding infrastructure layers composed of an Operating System (OS), Kubernetes, Network, and Storage. Next, add layers using add-on profiles to expand the the functionality of your clusters.
Create a full profile by first adding infrastructure layers composed of an Operating System (OS), Kubernetes, Network, and Storage. Next, add layers using add-on profiles to expand the functionality of your clusters.

## Prerequisites

Expand Down

0 comments on commit c29e582

Please sign in to comment.