Skip to content
New issue

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

Argocd is slack integration is not working as expected #100

Open
satishreddys opened this issue Aug 18, 2021 · 0 comments
Open

Argocd is slack integration is not working as expected #100

satishreddys opened this issue Aug 18, 2021 · 0 comments

Comments

@satishreddys
Copy link

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 .

Gaic4o pushed a commit to Gaic4o/argocd-example-apps that referenced this issue Aug 5, 2024
…roj#100)

* feat: New components from Argo Rollotus UI in src/v2 directory

Signed-off-by: Remington Breeze <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant