github.com/argoproj-labs/argocd-operator@v0.10.0/examples/argocd-insights.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: ArgoCD
     3  metadata:
     4    name: example-argocd
     5    labels:
     6      example: insights
     7  spec:
     8    grafana:
     9      enabled: true
    10      ingress: true
    11    prometheus:
    12      enabled: true
    13      ingress: true
    14    server:
    15      ingress: true
    16      insecure: true