This repository was archived by the owner on Oct 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ argocd-notification manifests can also be installed using [Kustomize](https://ku
73
73
argocd-notifications, we recommended saving a tagged release of the ` install.yaml ` :
74
74
75
75
``` 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
77
77
```
78
78
79
79
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
87
87
saving a tagged release of the catalog ` install.yaml`:
88
88
89
89
` ` ` 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
91
91
` ` `
92
92
93
93
The tagged release should then be patched into the base argocd-notifications install
You can’t perform that action at this time.
0 commit comments