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

     1  apiVersion: grafana.integreatly.org/v1beta1
     2  kind: Grafana
     3  metadata:
     4    annotations:
     5      argocd.argoproj.io/sync-wave: '1'
     6      argocd.argoproj.io/tracking-id: foobar-admin:grafana.integreatly.org/Grafana:foo/grafana
     7    creationTimestamp: '2024-10-07T08:46:00Z'
     8    generation: 3
     9    labels:
    10      dashboards: grafana
    11      folders: grafana
    12    name: grafana
    13    namespace: foo
    14    resourceVersion: '343511'
    15    uid: d2f0496d-cd5c-46bf-8630-de827b6d59b0
    16  spec:
    17    deployment:
    18      metadata: {}
    19      spec:
    20        template:
    21          metadata: {}
    22          spec:
    23            containers:
    24              - image: docker.io/grafana/grafana:11.1.4
    25                name: grafana
    26                volumeMounts:
    27                  - mountPath: /etc/ssl/certs/ca-certificates.crt
    28                    name: tls-ca-bundle
    29                    readOnly: true
    30                    subPath: tls-ca-bundle.pem
    31            volumes:
    32              - name: tls-ca-bundle
    33                secret:
    34                  items:
    35                    - key: tls-ca-bundle.pem
    36                      path: tls-ca-bundle.pem
    37                  secretName: tls-ca-bundle-secret
    38    version: 10.4.3
    39  status: