From 1bf3814701f4887dd56523ef13414dab8aacf874 Mon Sep 17 00:00:00 2001 From: leigh capili Date: Mon, 8 Mar 2021 08:48:44 -0700 Subject: [PATCH] Cleanup note sections Signed-off-by: leigh capili --- docs/guides/image-update.md | 6 ++++-- docs/index.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/guides/image-update.md b/docs/guides/image-update.md index 8581b363..bd8cffff 100644 --- a/docs/guides/image-update.md +++ b/docs/guides/image-update.md @@ -929,7 +929,8 @@ folder into your own repository or use a git submodule to vendor it if preferred #### Using Static Credentials [long-lived] -!!! Using a static credential requires a Secrets management solution compatible with your GitOps workflow. +!!! info + Using a static credential requires a Secrets management solution compatible with your GitOps workflow. Follow the official Azure documentation for [Creating an Image Pull Secret for ACR](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-kubernetes). @@ -941,4 +942,5 @@ Update the `ImageRepository.spec.secretRef` to point to it. It is also possible to create [Repository Scoped Tokens](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-repository-scoped-permissions). -!!! Note that this feature is in preview and does have limitations. +!!! warning + Repository Scoped Tokens are in preview and do have limitations. diff --git a/docs/index.md b/docs/index.md index 18770995..f4921f80 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,7 +48,7 @@ the API. ## Where do I start? -!!!hint "Get started with Flux v2!" +!!! hint "Get started with Flux v2!" Following this [guide](get-started/index.md) will just take a couple of minutes to complete: After installing the `flux` CLI and running a couple of very simple commands, you will have a GitOps workflow setup which involves a staging and a production cluster.