From 0e90cc50c4c45398dc307760f532db769e40bb5e Mon Sep 17 00:00:00 2001 From: Anton Gilgur <4970083+agilgur5@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:38:57 -0500 Subject: [PATCH] docs(install): use material admonition instead of unicode caution (#12561) Signed-off-by: Anton Gilgur --- docs/installation.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index cce7a42c17c0..17e52de3bbb4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -14,9 +14,12 @@ To install Argo Workflows, navigate to the [releases page](https://github.com/ar You can use Kustomize to patch your preferred [configurations](managed-namespace.md) on top of the base manifest. -⚠️ If you are using GitOps, never use Kustomize remote base: this is dangerous. Instead, copy the manifests into your Git repo. +!!! Note "Use a full hash" + If you are using a [remote base](https://github.com/kubernetes-sigs/kustomize/blob/ab519fdc13ded9875e42d70ac8a5b1b9023a2dbb/examples/remoteBuild.md) with Kustomize, you should specify a full commit hash, for example `?ref=960af331a8c0a3f2e263c8b90f1daf4303816ba8`. -⚠️ `latest` is tip, not stable. Never run it in production. +!!! Warning "`latest` vs stable" + `latest` is the tip of the `main` branch and may not be stable. + In production, you should use a specific release version. #### Argo Workflows Helm Chart