You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
I have a helm chart, and I deploy that chart into EKS with ArgoCD. Now my goal is to get notification on Teams channel after sync.
As described on https://argocd-notifications.readthedocs.io/en/stable/ ; I have installed Argo CD Notifications and riggers and Templates from the catalog.
Since my plan is to make teams notification workable, I jumped to https://argocd-notifications.readthedocs.io/en/stable/services/teams/
and followed step 1 to 6. Then comes the following part which confuses me.
If I try to run kubectl apply it gives me validation warning, after skipping warning, it gives me following error
error: error when retrieving current configuration of:
Resource: "argoproj.io/v1alpha1, Resource=applications", GroupVersionKind: "argoproj.io/v1alpha1, Kind=Application"
Name: "", Namespace: "argocd"
from server for: "teams.yaml": resource name may not be empty
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a helm chart, and I deploy that chart into EKS with ArgoCD. Now my goal is to get notification on Teams channel after sync.
As described on https://argocd-notifications.readthedocs.io/en/stable/ ; I have installed Argo CD Notifications and riggers and Templates from the catalog.
Since my plan is to make teams notification workable, I jumped to https://argocd-notifications.readthedocs.io/en/stable/services/teams/
and followed step 1 to 6. Then comes the following part which confuses me.
If I try to run kubectl apply it gives me validation warning, after skipping warning, it gives me following error
Beta Was this translation helpful? Give feedback.
All reactions