Updated testing notes, linting changes

This commit is contained in:
Andy Feller 2020-06-03 07:41:32 -04:00
parent 7e351daffe
commit 3c148bc247
3 changed files with 14 additions and 2 deletions

View file

@ -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:

View file

@ -10,3 +10,5 @@ keywords:
- argoproj - argoproj
- argocd - argocd
- argocd-notifications - argocd-notifications
maintainers:
- name: alexmt

View file

@ -22,10 +22,10 @@ secret:
notifiers: notifiers:
# For more information: https://argoproj-labs.github.io/argocd-notifications/services/overview/ # For more information: https://argoproj-labs.github.io/argocd-notifications/services/overview/
slack: slack:
# For more information: https://argoproj-labs.github.io/argocd-notifications/services/slack/ # For more information: https://argoproj-labs.github.io/argocd-notifications/services/slack/
# Specifies whether Slack notifier should be configured # Specifies whether Slack notifier should be configured
enabled: false enabled: false
# OAuth Access Token # OAuth Access Token