github.com/argoproj/argo-cd@v1.8.7/resource_customizations/argoproj.io/Experiment/testdata/errorExperiment.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Experiment
     3  metadata:
     4    name: experiment-error-template-missing
     5    namespace: jesse-test
     6  spec:
     7    analyses:
     8    - name: does-not-exist
     9      templateName: does-not-exist
    10    templates:
    11    - name: baseline
    12      selector:
    13        matchLabels:
    14          app: rollouts-demo
    15      template:
    16        metadata:
    17          labels:
    18            app: rollouts-demo
    19        spec:
    20          containers:
    21          - image: argoproj/rollouts-demo:blue
    22            name: rollouts-demo
    23  status:
    24    analysisRuns:
    25    - analysisRun: ""
    26      message: 'AnalysisTemplate verification failed for analysis ''does-not-exist'':
    27        analysistemplate.argoproj.io "does-not-exist" not found'
    28      name: does-not-exist
    29      phase: Error
    30    availableAt: "2019-10-27T23:13:10Z"
    31    conditions:
    32    - lastTransitionTime: "2019-10-27T23:13:07Z"
    33      lastUpdateTime: "2019-10-28T05:59:33Z"
    34      message: Experiment "experiment-error-template-missing" is running.
    35      reason: NewReplicaSetAvailable
    36      phase: "True"
    37      type: Progressing
    38    message: 'AnalysisTemplate verification failed for analysis ''does-not-exist'':
    39      analysistemplate.argoproj.io "does-not-exist" not found'
    40    running: true
    41    phase: Error
    42    templateStatuses:
    43    - availableReplicas: 0
    44      lastTransitionTime: "2019-10-28T05:59:33Z"
    45      name: baseline
    46      readyReplicas: 0
    47      replicas: 0
    48      phase: Successful
    49      updatedReplicas: 0