github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/argoproj.io/Rollout/actions/testdata/rollout-step1-after-skip-current-step.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Rollout
     3  metadata:
     4    name: rollouts-demo
     5    namespace: rollout-test-custom-actions
     6  spec:
     7    replicas: 5
     8    restartAt: "2025-05-15T14:13:44Z"
     9    revisionHistoryLimit: 2
    10    selector:
    11      matchLabels:
    12        app: rollouts-demo
    13    strategy:
    14      canary:
    15        steps:
    16        - pause: {}
    17        - pause: {}
    18    template:
    19      metadata:
    20        labels:
    21          app: rollouts-demo
    22      spec:
    23        containers:
    24        - image: argoproj/rollouts-demo:blue
    25          name: rollouts-demo
    26          ports:
    27          - containerPort: 8080
    28            name: http
    29            protocol: TCP
    30          resources:
    31            requests:
    32              cpu: 5m
    33              memory: 32Mi
    34  status:
    35    HPAReplicas: 5
    36    availableReplicas: 5
    37    blueGreen: {}
    38    canary: {}
    39    conditions:
    40    - lastTransitionTime: "2025-05-15T14:15:48Z"
    41      lastUpdateTime: "2025-05-15T14:15:48Z"
    42      message: Rollout has minimum availability
    43      reason: AvailableReason
    44      status: "True"
    45      type: Available
    46    - lastTransitionTime: "2025-05-15T14:16:58Z"
    47      lastUpdateTime: "2025-05-15T14:16:58Z"
    48      message: Rollout is not healthy
    49      reason: RolloutHealthy
    50      status: "False"
    51      type: Healthy
    52    - lastTransitionTime: "2025-05-15T14:16:58Z"
    53      lastUpdateTime: "2025-05-15T14:16:58Z"
    54      message: RolloutCompleted
    55      reason: RolloutCompleted
    56      status: "False"
    57      type: Completed
    58    - lastTransitionTime: "2025-05-15T14:16:58Z"
    59      lastUpdateTime: "2025-05-15T14:16:58Z"
    60      message: Rollout is paused
    61      reason: RolloutPaused
    62      status: Unknown
    63      type: Progressing
    64    - lastTransitionTime: "2025-05-15T14:16:58Z"
    65      lastUpdateTime: "2025-05-15T14:16:58Z"
    66      message: Rollout is paused
    67      reason: RolloutPaused
    68      status: "True"
    69      type: Paused
    70    controllerPause: true
    71    currentPodHash: 687d76d795
    72    currentStepHash: 79c9b9f6bf
    73    currentStepIndex: 1
    74    message: CanaryPauseStep
    75    observedGeneration: "20"
    76    phase: Paused
    77    readyReplicas: 5
    78    replicas: 5
    79    restartedAt: "2025-05-15T14:13:44Z"
    80    selector: app=rollouts-demo
    81    stableRS: 6cf78c66c5