github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-021_validate_notification_controller/02-assert.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: ArgoCD
     3  metadata:
     4    name: example-argocd
     5  status:
     6    phase: Available
     7    notificationsController: Running
     8  ---
     9  kind: Service
    10  apiVersion: v1
    11  metadata:
    12    name: example-argocd-notifications-controller-metrics
    13  ---
    14  kind: Deployment
    15  apiVersion: apps/v1
    16  metadata:
    17    name: example-argocd-notifications-controller
    18  status:
    19    conditions:
    20      - type: Available
    21        status: 'True'
    22      - type: Progressing
    23        status: 'True'
    24  ---
    25  kind: Deployment
    26  apiVersion: apps/v1
    27  metadata:
    28    name: example-argocd-notifications-controller
    29  status:
    30    conditions:
    31      - type: Available
    32        status: 'True'
    33      - type: Progressing
    34        status: 'True'
    35  ---
    36  kind: Secret
    37  apiVersion: v1
    38  metadata:
    39    name: argocd-notifications-secret
    40  ---
    41  kind: ConfigMap
    42  apiVersion: v1
    43  metadata:
    44    name: argocd-notifications-cm
    45  ---
    46  kind: ServiceAccount
    47  apiVersion: v1
    48  metadata:
    49    name: example-argocd-argocd-notifications-controller
    50  ---
    51  kind: Role
    52  apiVersion: rbac.authorization.k8s.io/v1
    53  metadata:
    54    name: example-argocd-argocd-notifications-controller
    55  ---
    56  kind: RoleBinding
    57  apiVersion: rbac.authorization.k8s.io/v1
    58  metadata:
    59    name: example-argocd-argocd-notifications-controller