argo-helm icon indicating copy to clipboard operation
argo-helm copied to clipboard

Wrong notification controller secret name

Open KamilWalczak-TomTom opened this issue 1 year ago • 0 comments

Describe the bug

If notifications.secret.name is not set correct secret name should be 'argocd-notifications-secret', but it is 'argocd-notifications-controller-secret'.

For notifications.secret.name: test-notification-secret, secret with correct name has been created.

Related helm chart

argo-cd

Helm chart version

4.10.0

To Reproduce

  1. Go to your K8s secrets
  2. Navigate to secrets in argocd namespace
  3. Find secret argocd-notifications-controller-secret or secret with name defined in notifications.secret.name
  4. Compare with default or custom value from notifications.secret.name

Expected behavior

Default secret name should be 'argocd-notifications-secret'.

Screenshots

image image

Additional context

No response

KamilWalczak-TomTom avatar Jul 22 '22 09:07 KamilWalczak-TomTom