Skip to content

Commit

Permalink
ci: auto-formatting prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding authored and github-actions[bot] committed Dec 9, 2024
1 parent c66e5bd commit 5763b5b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,24 +157,24 @@ Use the following steps to install Palette.
| **Pod CIDR** | Enter the CIDR pool IP that will be used to assign IP addresses to pods in the EC cluster. The pod IP addresses should be unique and not overlap with any machine IPs in the environment. |
| **Service IP Range** | Enter the IP address range that will be used to assign IP addresses to services in the EC cluster. The service IP addresses should be unique and not overlap with any machine IPs in the environment. |

11. Choose the image registry configuration. By default, our support team will provide you with the credentials for the AWS
ECR registry that contains the packs. Use the following table for guidance.
11. Choose the image registry configuration. By default, our support team will provide you with the credentials for the
AWS ECR registry that contains the packs. Use the following table for guidance.

#### Pack & Image Registry Configuration

| **Parameter** | **Description** |
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| **Parameter** | **Description** |
| ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Registry Type** | Specify the type of registry. Allowed values are `OCI` or `OCI ECR`. Select `OCI ECR` if you received credentials for the ECR registry from support. |
| **Registry Name** | Enter the name of the registry. |
| **Registry Endpoint** | Enter the registry endpoint. |
| **Registry Base Path** | Enter the registry base path. Use the value `production` if you are using the Palette AWS ECR registry. |
| **Allow Insecure Connection** | Bypasses x509 verification. Type `y`. |
| **Registry CA certificate filepath** | Specify the file path to the certificate authority. Use absolute paths. |
| **Registry Username** or **Registry Access Key** | Enter the registry username or the access key if using `OCI ECR`. |
| **Registry Password** or **Registry Secret Key** | Enter the registry password or the secret key if using `OCI ECR`. |
| **Registry Region** | Enter the registry region. Use `us-east-1` unless told otherwise by our support team. This option is only available if you are using `OCI ECR`. |
| **ECR Registry Private** | Type `y` as the `OCI ECR` registry requires credentials. |
| **Pull images from public registries** | Type `y` to use a public registry for images. |
| **Registry Name** | Enter the name of the registry. |
| **Registry Endpoint** | Enter the registry endpoint. |
| **Registry Base Path** | Enter the registry base path. Use the value `production` if you are using the Palette AWS ECR registry. |
| **Allow Insecure Connection** | Bypasses x509 verification. Type `y`. |
| **Registry CA certificate filepath** | Specify the file path to the certificate authority. Use absolute paths. |
| **Registry Username** or **Registry Access Key** | Enter the registry username or the access key if using `OCI ECR`. |
| **Registry Password** or **Registry Secret Key** | Enter the registry password or the secret key if using `OCI ECR`. |
| **Registry Region** | Enter the registry region. Use `us-east-1` unless told otherwise by our support team. This option is only available if you are using `OCI ECR`. |
| **ECR Registry Private** | Type `y` as the `OCI ECR` registry requires credentials. |
| **Pull images from public registries** | Type `y` to use a public registry for images. |

When prompted to **Pull images from public registry**, type `y`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,24 +199,24 @@ Use the following steps to install Palette VerteX.
| **Pod CIDR** | Enter the CIDR pool IP that will be used to assign IP addresses to pods in the EC cluster. The pod IP addresses should be unique and not overlap with any machine IPs in the environment. |
| **Service IP Range** | Enter the IP address range that will be used to assign IP addresses to services in the EC cluster. The service IP addresses should be unique and not overlap with any machine IPs in the environment. |

12. Choose the image registry configuration. By default, our support team will provide you with the credentials for the AWS
ECR registry that contains the packs. Use the following table for guidance.
12. Choose the image registry configuration. By default, our support team will provide you with the credentials for the
AWS ECR registry that contains the packs. Use the following table for guidance.

#### Pack & Image Registry Configuration

| **Parameter** | **Description** |
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| **Parameter** | **Description** |
| ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Registry Type** | Specify the type of registry. Allowed values are `OCI` or `OCI ECR`. Select `OCI ECR` if you received credentials for the ECR registry from support. |
| **Registry Name** | Enter the name of the registry. |
| **Registry Endpoint** | Enter the registry endpoint. |
| **Registry Base Path** | Enter the registry base path. Use the value `production-fips` if you are using the Palette AWS ECR registry. |
| **Allow Insecure Connection** | Bypasses x509 verification. Type `y`. |
| **Registry CA certificate filepath** | Specify the file path to the certificate authority. Use absolute paths. |
| **Registry Username** or **Registry Access Key** | Enter the registry username or the access key if using `OCI ECR`. |
| **Registry Password** or **Registry Secret Key** | Enter the registry password or the secret key if using `OCI ECR`. |
| **Registry Region** | Enter the registry region. Use `us-west-2` unless told otherwise by our support team. This option is only available if you are using `OCI ECR`. |
| **ECR Registry Private** | Type `y` as the `OCI ECR` registry requires credentials. |
| **Pull images from public registries** | Type `y` to use a public registry for images. |
| **Registry Name** | Enter the name of the registry. |
| **Registry Endpoint** | Enter the registry endpoint. |
| **Registry Base Path** | Enter the registry base path. Use the value `production-fips` if you are using the Palette AWS ECR registry. |
| **Allow Insecure Connection** | Bypasses x509 verification. Type `y`. |
| **Registry CA certificate filepath** | Specify the file path to the certificate authority. Use absolute paths. |
| **Registry Username** or **Registry Access Key** | Enter the registry username or the access key if using `OCI ECR`. |
| **Registry Password** or **Registry Secret Key** | Enter the registry password or the secret key if using `OCI ECR`. |
| **Registry Region** | Enter the registry region. Use `us-west-2` unless told otherwise by our support team. This option is only available if you are using `OCI ECR`. |
| **ECR Registry Private** | Type `y` as the `OCI ECR` registry requires credentials. |
| **Pull images from public registries** | Type `y` to use a public registry for images. |

When prompted to **Pull images from public registry**, type `y`.

Expand Down

0 comments on commit 5763b5b

Please sign in to comment.