Skip to content

Commit 44fa03c

Browse files
Merge pull request #226291 from twright-msft/patch-41
Fixing indentation
2 parents 46379fc + a33fdc1 commit 44fa03c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-arc/data/create-data-controller-using-kubernetes-native-tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ Save a copy of [bootstrapper-unified.yaml](https://raw.githubusercontent.com/mic
4242

4343
> [!IMPORTANT]
4444
> The bootstrapper-unified.yaml template file defaults to pulling the bootstrapper container image from the Microsoft Container Registry (MCR). If your environment can't directly access the Microsoft Container Registry, you can do the following:
45-
- Follow the steps to [pull the container images from the Microsoft Container Registry and push them to a private container registry](offline-deployment.md).
46-
- [Create an image pull secret](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-secret-by-providing-credentials-on-the-command-line) named `arc-private-registry` for your private container registry.
47-
- Change the image URL for the bootstrapper image in the bootstrap.yaml file.
48-
- Replace `arc-private-registry` in the bootstrap.yaml file if a different name was used for the image pull secret.
45+
> - Follow the steps to [pull the container images from the Microsoft Container Registry and push them to a private container registry](offline-deployment.md).
46+
> - [Create an image pull secret](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-secret-by-providing-credentials-on-the-command-line) named `arc-private-registry` for your private container registry.
47+
> - Change the image URL for the bootstrapper image in the bootstrap.yaml file.
48+
> - Replace `arc-private-registry` in the bootstrap.yaml file if a different name was used for the image pull secret.
4949
5050
Run the following command to create the namespace and bootstrapper service with the edited file.
5151

0 commit comments

Comments
 (0)