Skip to content

Commit a33fdc1

Browse files
authored
Fixing indentation
1 parent cc2b3e6 commit a33fdc1

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)