github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/grafana.integreatly.org/GrafanaDatasource/testdata/progressing.yaml (about)

     1  apiVersion: grafana.integreatly.org/v1beta1
     2  kind: GrafanaDatasource
     3  metadata:
     4    annotations:
     5      argocd.argoproj.io/sync-wave: '3'
     6      argocd.argoproj.io/tracking-id: foobar-admin:grafana.integreatly.org/GrafanaDatasource:foo/cluster-local
     7    name: cluster-local
     8    namespace: foo
     9  spec:
    10    allowCrossNamespaceImport: true
    11    datasource:
    12      access: proxy
    13      editable: true
    14      isDefault: true
    15      jsonData:
    16        httpHeaderName1: Authorization
    17        timeInterval: 5s
    18        tlsSkipVerify: true
    19      name: cluster-local
    20      secureJsonData:
    21        httpHeaderValue1: Bearer ${token}
    22      type: prometheus
    23      url: https://thanos-querier.openshift-monitoring.svc.cluster.local:9091
    24    instanceSelector:
    25      matchLabels:
    26        dashboards: grafana
    27    resyncPeriod: 5m
    28    valuesFrom:
    29      - targetPath: secureJsonData.httpHeaderValue1
    30        valueFrom:
    31          secretKeyRef:
    32            key: token
    33            name: grafana-token
    34  status:
    35    uid: ""