You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _partials/profiles/_add-on-namespace.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,10 @@ partial_category: profiles
3
3
partial_name: add-on-namespace
4
4
---
5
5
6
-
Configure parameters as needed. Ensure you specify a namespace; otherwise, the manifest will be deployed to the
7
-
`Default` namespace. For examples of Helm-based pack structures,
6
+
For GitHub Container Registry (GHCR), paste the default chart values and make any necessary changes. For other registries, modify the existing values as necessary.
7
+
8
+
Ensure you specify a namespace; otherwise, the manifest will be deployed to the
9
+
`default` namespace. For examples of Helm-based pack structures,
8
10
review our <VersionedLinktext="Deploy a Pack"url="/tutorials/packs-registries/deploy-pack#build-a-pack" />
Copy file name to clipboardExpand all lines: docs/docs-content/profiles/cluster-profiles/create-cluster-profiles/create-addon-profile/create-helm-addon.md
|**Credentials**|**Access key**| The access key ID of the IAM user. |
160
+
|**Credentials**|**Secret access key**| The secret access key of the IAM user. |
161
+
|**STS**|**ARN**| The Amazon Resource Name (ARN) of the IAM role to assume. Refer to the instructions exposed in the side-drawer to the right of the input field to review the IAM trust relationship changes you must add to your IAM role. |
163
162
164
-
2. From the left **Main Menu** select **Tenant Settings**.
163
+
:::warning
165
164
166
-
3. From the **Tenant Settings Menu**, Select **Registries**.
165
+
If you selected **STS** as the authentication method, you must add a trust relationship to the IAM role you are
166
+
using to access the ECR. Refer to the instructions exposed in the side-drawer to the right of the input field to
167
+
review the IAM trust relationship changes you must add to your IAM role. Failure to add the trust relationship will
168
+
result in an error when you attempt to validate the registry.
167
169
168
-
4. Click on the **OCI Registries** tab.
170
+
:::
169
171
170
-
5. Click **Add New OCI Registry**.
172
+
11. Keep the default **TLS Configuration** settings.
171
173
172
-
6. Fill out the **Name**field and select **Helm** as the provider type.
174
+
12. Select **Confirm**to add the registry.
173
175
174
-
7. Select the **OCI Authentication Type** as **ECR**.
176
+
</TabItem>
175
177
176
-
8. Provide the registry URL in the **Endpoint** field. Exclude the `https://` prefix.
178
+
<TabItemvalue="GHCR"label="GHCR">
177
179
178
-
9. If you are using a private ECR, toggle the **Enable Authentication** option to expose the authentication fields.
180
+
1. Log in to [Palette](https://console.spectrocloud.com) as a Tenant administrator.
179
181
180
-
10. Select the **AWS Authentication Method**. Choose **Credentials** if you want to provide the static AWS credentials
181
-
for an IAM user. Choose **STS** if you want Palette to assume an IAM role that has access to the ECR through the
182
-
Security Token Service (STS). Refer to the table below to learn more about each credential type.
182
+
2. From the left main menu, select **Tenant Settings**.
183
183
184
-
#### Credentials
184
+
3. From the **Tenant Settings Menu**, select **Registries**.
185
185
186
-
| **Field** | **Description** |
187
-
| --- | --- |
188
-
| Access Key | The access key ID of the IAM user. |
189
-
| Secret access key | The secret access key of the IAM user. |
186
+
4. On the **OCI Registries** tab, select **Add New OCI Registry**.
190
187
191
-
#### STS
188
+
5. Enter the **Name** of the registry. For the **Provider** type, select **Helm**.
| ARN | The Amazon Resource Name (ARN) of the IAM role to assume. Refer to the instructions exposed in the side-drawer to the right of the input field to review the IAM trust relationship changes you must add to your IAM role. |
190
+
6. For **OCI Authentication Type**, select **Basic**.
196
191
197
-
<br />
192
+
7. Ensure **Synchronization** is disabled. For more information, refer to the
0 commit comments