We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue
Argocd-notifications-controller is able to trigger event but slack integration is not working expected
NAME TEMPLATE CONDITION on-deployed app-deployed app.status.operationState.phase in ['Succeeded'] and app.status.health.status == 'Healthy'
apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: guestbook annotations: notifications.argoproj.io/subscribe.on-deployed.slack: argocd-alerts spec: destination: namespace: argocd server: https://kubernetes.default.svc project: default source: path: kustomize-guestbook repoURL: https://github.com/argoproj/argocd-example-apps.git targetRevision: HEAD syncPolicy: automated: {}
Steps followed to integrate slack
https://argocd-notifications.readthedocs.io/en/stable/services/slack/
We only have oauth token specified in the secret as per documentation but not webhook url .
The text was updated successfully, but these errors were encountered:
feat: New components from Argo Rollouts UI in src/v2 directory (argop…
241596c
…roj#100) * feat: New components from Argo Rollotus UI in src/v2 directory Signed-off-by: Remington Breeze <[email protected]>
No branches or pull requests
Issue
Argocd-notifications-controller is able to trigger event but slack integration is not working expected
NAME TEMPLATE CONDITION
on-deployed app-deployed app.status.operationState.phase in ['Succeeded'] and app.status.health.status == 'Healthy'
Sample APP
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: guestbook
annotations:
notifications.argoproj.io/subscribe.on-deployed.slack: argocd-alerts
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: kustomize-guestbook
repoURL: https://github.com/argoproj/argocd-example-apps.git
targetRevision: HEAD
syncPolicy:
automated: {}
Steps followed to integrate slack
https://argocd-notifications.readthedocs.io/en/stable/services/slack/
We only have oauth token specified in the secret as per documentation but not webhook url .
The text was updated successfully, but these errors were encountered: