Skip to content

Commit

Permalink
docs(install): use material admonition instead of unicode caution (#1…
Browse files Browse the repository at this point in the history
…2561)

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
  • Loading branch information
agilgur5 committed Feb 5, 2024
1 parent b73c75c commit 0e90cc5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0e90cc5

Please sign in to comment.