Skip to content

Commit

Permalink
Update config-priv-reg tutorial (#711)
Browse files Browse the repository at this point in the history
Update config-prov-reg tutorial
  • Loading branch information
mmitoraj authored Jul 7, 2023
1 parent 0fdaf79 commit f2c6d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-tutorials/config-private-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Before you proceed, prepare your registry credentials. Check also how to deal wi
> **NOTE:** The `"operator.kyma-project.io/managed-by": "lifecycle-manager"` label is mandatory for the Lifecycle Manager runtime controller to know which resources to cache.

3. Deploy the Secret in the same cluster where the ModuleTemplate is to be located. For example, if the ModuleTemplate is in the SKR cluster, then the Secret should be deployed to the SKR, otherwise, it should be deployed to the KCP cluster.
3. Deploy the Secret on the same cluster where the ModuleTemplate CR is to be located. For example, if the ModuleTemplate CR is on the SKR cluster, then the Secret should be deployed to the SKR. Otherwise, it should be deployed to the KCP cluster.

### Generate a ModuleTemplate CR with the `oci-registry-cred` label

Expand Down

0 comments on commit f2c6d43

Please sign in to comment.