github.com/argoproj/argo-cd/v3@v3.2.1/controller/testdata/minimal-image-replicas-deployment.yaml (about)

     1  apiVersion: apps/v1
     2  kind: Deployment
     3  metadata:
     4    labels:
     5      app: client
     6    name: client
     7  spec:
     8    replicas: 1
     9    selector:
    10      matchLabels:
    11        app: client
    12    strategy: {}
    13    template:
    14      metadata:
    15        labels:
    16          app: client
    17      spec:
    18        containers:
    19          - image: alpine:3
    20            name: alpine
    21            resources: {}