github.com/argoproj/argo-cd@v1.8.7/test/e2e/testdata/app-exclusions/deploymentDoc.yaml (about)

     1  ##Purpose of this file is to test this kind of files should be ignored from marshalling since it is lacking of apiVersion, kind, and metadata
     2  spec:
     3    replicas: 0
     4    selector:
     5      matchLabels:
     6        app: nginx
     7    template:
     8      metadata:
     9        labels:
    10          app: nginx
    11      spec:
    12        containers:
    13          - name: nginx
    14            image: nginx:1.17.4-alpine
    15            ports:
    16              - containerPort: 80