Skip to content

Commit

Permalink
docs: fix !important block typo (argoproj#2372)
Browse files Browse the repository at this point in the history
also, normalize all blocks with a space before the keyword.

Signed-off-by: Thomas Riccardi <[email protected]>

Signed-off-by: Thomas Riccardi <[email protected]>
  • Loading branch information
thomas-riccardi authored and jandersen-plaid committed Nov 26, 2022
1 parent 40515f0 commit 2d6e383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/features/ephemeral-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ and annotations under `stableMetadata`/`activeMetadata`. The Pods of the Replica
updated _in place_ to use the stable metadata (without recreating the pods).

!!! important
In order for tooling to take advantage of this feature, they would need to recognize the change in
labels and/or annotations that happen _after_ the Pod has already started. Not all tools may detect
this.
In order for tooling to take advantage of this feature, they would need to recognize the change in
labels and/or annotations that happen _after_ the Pod has already started. Not all tools may detect
this.
2 changes: 1 addition & 1 deletion docs/features/traffic-management/alb.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ The Rollout status object holds the value of who is currently the stable ping or
And this way allows the rollout to use pod readiness gate injection as the
services are not changing their labels at the end of the rollout progress.

!!!important
!!! important

Ping-Pong feature available since Argo Rollouts v1.2

Expand Down

0 comments on commit 2d6e383

Please sign in to comment.