feat: Helm chart contribution for argocd-notifications (#365)
* Helm chart contribution for argocd-notifications The following chart is a contribution from work done at https://github.com/Bandwidth/ to facilitate installing https://github.com/argoproj-labs/argocd-notifications via Helm chart based on https://github.com/argoproj-labs/argocd-notifications/blob/master/manifests/install.yaml
This commit is contained in:
parent
8e00437e07
commit
ea4ba2283c
13 changed files with 369 additions and 3 deletions
|
|
@ -51,6 +51,16 @@ argocd app create guestbook --dest-namespace default --dest-server https://kuber
|
|||
argocd app sync guestbook
|
||||
```
|
||||
|
||||
## Testing Argo CD Notification Changes
|
||||
|
||||
Thorough testing of argocd-notifications would require one or more notification services (Slack, OpsGenie, etc), however
|
||||
minimal testing mostly consists of successful Helm chart installation and the argocd-notifications controller having
|
||||
access to the `Application` resources in the same namespace that Argo CD is installed.
|
||||
|
||||
```
|
||||
helm install argocd-notifications charts/argocd-notifications --namespace argocd
|
||||
```
|
||||
|
||||
## New Application Versions
|
||||
|
||||
When raising application versions ensure you make the following changes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue