Uploaded image for project: 'Open Education IIIT Bangalore'
  1. Open Education IIIT Bangalore
  2. OEIIITB-17

[gitops-docs-1.12] Issue in file argocd_instance/argo-cd-cr-component-properties.adoc

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Medium Medium
    • False
    • Hide

      None

      Show
      None
    • False
    • Argo Sprint 1

      The yaml examples for configuring the NotificationsConfiguration CR are incorrect as follows

      spec:
       Services: 

      Should be:

      spec:
        services:  

      Also

      spec: 
        Subscriptions:  

      Should be

      spec: 
        subscriptions:  

      Additionally, in the example to configure a service, it refers to $slack-token where according to the upstream docs (https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/services/slack/), it appears this is a placeholder to a key that should be in a k8s secret named "argocd-notifications-secret". The secret "argocd-notifications-secret" is managed by ArgoCD but there is no mention in the documentation of how these kinds of placeholders should be added to this secret.

            Unassigned Unassigned
            rh-ee-anjoseph Anand Francis Joseph
            Aarush Kaswan, B. Rahul
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: