Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 68bfe87

Browse files
authored
docs: Update Kustomize Getting Started (#249)
Update the command example to download YAML instead of HTML using raw.githubusercontent.com
1 parent d45ac5f commit 68bfe87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ argocd-notification manifests can also be installed using [Kustomize](https://ku
7373
argocd-notifications, we recommended saving a tagged release of the `install.yaml`:
7474

7575
```shell
76-
curl -o argocd-notifications-v1.1.0-install.yaml https://github.com/argoproj-labs/argocd-notifications/blob/v1.1.0/manifests/install.yaml
76+
curl -o argocd-notifications-v1.1.0-install.yaml https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v1.1.0/manifests/install.yaml
7777
```
7878

7979
The tagged release should then be included in a `kustomization.yaml`:
@@ -87,7 +87,7 @@ If you would like to also install Triggers and Templates from the Catalog, we re
8787
saving a tagged release of the catalog `install.yaml`:
8888

8989
```shell
90-
curl -o argocd-notifications-catalog-v1.1.0-install.yaml https://github.com/argoproj-labs/argocd-notifications/blob/v1.1.0/catalog/install.yaml
90+
curl -o argocd-notifications-catalog-v1.1.0-install.yaml https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v1.1.0/catalog/install.yaml
9191
```
9292

9393
The tagged release should then be patched into the base argocd-notifications install

0 commit comments

Comments
 (0)