Skip to content

Commit

Permalink
docs: PAD-219 chore: update validator URL (#2875) (#2877)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed May 17, 2024
1 parent 99988cc commit f088857
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 50
tags: ["palette-cli"]
---

The Palette CLI has built-in support for the open-source [Validator](https://github.com/spectrocloud-labs/validator)
The Palette CLI has built-in support for the open-source [Validator](https://github.com/validator-labs/validator)
framework and its plugins ecosystem. You can use the Validator to verify your environment is ready for an installation
of self-hosted Palette, VerteX, or for deployment of Kubernetes clusters through Palette.

Expand All @@ -27,8 +27,8 @@ The Validator requires the following dependencies.

Credentials and other permissions may be required depending on the Validator plugins you use. For example, the AWS
plugin requires AWS credentials with elevated permissions to validate your AWS environment. Refer to the
[Validator](https://github.com/spectrocloud-labs/validator) GitHub repository for more information about the Validator
and its plugins.
[Validator](https://github.com/validator-labs/validator) GitHub repository for more information about the Validator and
its plugins.

:::

Expand All @@ -42,7 +42,8 @@ will guide you through the installation process. You can also use a configuratio
A [kind](https://kind.sigs.k8s.io/) cluster will be deployed as part of the Validator installation. The name of the kind
cluster is `validator-kind-cluster`. You can find the `kind` binary installed in the `$HOME/.palette/bin` directory. You
can install the Validator into an existing Kubernetes cluster by using the Helm chart. Refer to the
[Validator Helm Install](https://github.com/spectrocloud-labs/validator#installation) steps for more information.
[Validator Helm Install](https://github.com/validator-labs/validator?tab=readme-ov-file#installation) steps for more
information.

:::

Expand Down

0 comments on commit f088857

Please sign in to comment.