From 4a71491565102d83f762455c2cc2430cbd225e17 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Thu, 22 Apr 2021 12:03:36 +0200 Subject: [PATCH] spec: formatting `v1alpha1` -> `v1alpha2` table The previous format seems to have been a mixture of the format accepted by most Markdown parsers, and the format Org Mode for Emacs likes. Anyhow, we breathe Markdown. Signed-off-by: Hidde Beydals --- docs/spec/v1alpha2/imageupdateautomations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/v1alpha2/imageupdateautomations.md b/docs/spec/v1alpha2/imageupdateautomations.md index 519202a7..48778864 100644 --- a/docs/spec/v1alpha2/imageupdateautomations.md +++ b/docs/spec/v1alpha2/imageupdateautomations.md @@ -427,8 +427,8 @@ differences, and where each `v1alpha1` field goes. A full example appears after ### Moves and changes -| v1alpha1 field | change in v1alpha2 | -+----------------+--------------------+ +| `v1alpha1` field | change in `v1alpha2` | +|------------------|----------------------| | .spec.checkout | moved to `.spec.git.checkout`, and optional | | | `gitRepositoryRef` is now `.spec.sourceRef` | | | `branch` is now `ref`, and optional |