github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/helm.toolkit.fluxcd.io/HelmRelease/actions/testdata/reconciled_helmrelease.yaml (about)

     1  apiVersion: helm.toolkit.fluxcd.io/v2
     2  kind: HelmRelease
     3  metadata:
     4    name: podinfo
     5    namespace: default
     6    annotations:
     7      reconcile.fluxcd.io/requestedAt: 'By Argo CD at: 0001-01-01T00:00:00'
     8  spec:
     9    interval: 10m
    10    timeout: 5m
    11    chart:
    12      spec:
    13        chart: podinfo
    14        version: '6.5.*'
    15        sourceRef:
    16          kind: HelmRepository
    17          name: podinfo
    18        interval: 5m
    19    releaseName: podinfo
    20    install:
    21      remediation:
    22        retries: 3
    23    upgrade:
    24      remediation:
    25        retries: 3
    26    test:
    27      enable: true
    28    driftDetection:
    29      mode: enabled
    30      ignore:
    31      - paths: ["/spec/replicas"]
    32        target:
    33          kind: Deployment
    34    values:
    35      replicaCount: 2