diff options
| author | Kevin Johnson <kj800x@gmail.com> | 2025-01-09 17:10:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-09 17:10:59 -0500 |
| commit | aacdc59cdbb7303f0fb37ce5317d67b4b42a592c (patch) | |
| tree | 3ff0749cbaa5457370435ae8491aa5b43c8d8842 /docs/install/installation.md | |
| parent | 941e36933e0c4379a709467c0019edf5b285c627 (diff) | |
docs: correct formatting issues (#983)
Signed-off-by: Kevin Johnson <kj800x@gmail.com>
Diffstat (limited to 'docs/install/installation.md')
| -rw-r--r-- | docs/install/installation.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/install/installation.md b/docs/install/installation.md index 36fe5c9..65c6d74 100644 --- a/docs/install/installation.md +++ b/docs/install/installation.md @@ -29,8 +29,8 @@ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argoc ``` !!! warning - The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different -namespace then make sure to update the namespace reference. + The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different + namespace then make sure to update the namespace reference. !!!note "A word on high availability" It is not advised to run multiple replicas of the same Argo CD Image Updater @@ -75,8 +75,8 @@ kubectl apply -n argocd-image-updater -f https://raw.githubusercontent.com/argop ``` !!! warning - The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different -namespace then make sure to update the namespace reference. + The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different + namespace then make sure to update the namespace reference. !!!note "A word on high availability" It is not advised to run multiple replicas of the same Argo CD Image Updater |
