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

     1  apiVersion: v1
     2  kind: Secret
     3  metadata:
     4    name: azure-backup-secret
     5    labels:
     6      example: azure
     7  type: Opaque
     8  data:
     9    azure.container.name: ZXhhbXBsZS1hcmdvY2RleHBvcnQ=
    10    azure.service.id: c2VydmljZV9pZA==
    11    azure.service.cert: |
    12      # base64 encrypted combination of the client.crt and client.key of your generated certificate.
    13    azure.storage.account: c3RvcmFnZV9hY2NvdW50
    14    azure.tenant.id: dGVuYW50X2lk
    15  ---
    16  apiVersion: argoproj.io/v1alpha1
    17  kind: ArgoCDExport
    18  metadata:
    19    name: example-argocdexport
    20    labels:
    21      example: azure
    22  spec:
    23    argocd: example-argocd
    24    storage:
    25      backend: azure
    26      secretName: azure-backup-secret