Skip to content

Commit aacdc59

Browse files
authored
docs: correct formatting issues (#983)
Signed-off-by: Kevin Johnson <[email protected]>
1 parent 941e369 commit aacdc59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/basics/update-strategies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following update strategies are currently supported:
1919
* [digest](#strategy-digest) - Update to the latest version of a given version (tag), using the tag's SHA digest
2020
* [name/alphabetical](#strategy-name) - Sorts tags alphabetically and update to the one with the highest cardinality
2121

22-
!!!warning "Renamed image update strategies
22+
!!!warning "Renamed image update strategies"
2323
The `latest` strategy has been renamed to `newest-build`, and `name` strategy has been renamed to `alphabetical`.
2424
Please switch to the new convention as support for the old naming convention will be removed in future releases.
2525

docs/install/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argoc
2929
```
3030

3131
!!! warning
32-
The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different
33-
namespace then make sure to update the namespace reference.
32+
The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different
33+
namespace then make sure to update the namespace reference.
3434

3535
!!!note "A word on high availability"
3636
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
7575
```
7676

7777
!!! warning
78-
The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different
79-
namespace then make sure to update the namespace reference.
78+
The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different
79+
namespace then make sure to update the namespace reference.
8080

8181
!!!note "A word on high availability"
8282
It is not advised to run multiple replicas of the same Argo CD Image Updater

0 commit comments

Comments
 (0)