Updated testing notes, linting changes
This commit is contained in:
parent
7e351daffe
commit
3c148bc247
3 changed files with 14 additions and 2 deletions
|
@ -51,6 +51,16 @@ argocd app create guestbook --dest-namespace default --dest-server https://kuber
|
||||||
argocd app sync guestbook
|
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
|
## New Application Versions
|
||||||
|
|
||||||
When raising application versions ensure you make the following changes:
|
When raising application versions ensure you make the following changes:
|
||||||
|
|
|
@ -10,3 +10,5 @@ keywords:
|
||||||
- argoproj
|
- argoproj
|
||||||
- argocd
|
- argocd
|
||||||
- argocd-notifications
|
- argocd-notifications
|
||||||
|
maintainers:
|
||||||
|
- name: alexmt
|
||||||
|
|
Loading…
Reference in a new issue