github.com/argoproj/argo-cd/v2@v2.10.5/util/kube/testdata/svc-with-invalid-data.yaml (about)

     1  kind: Service
     2  apiVersion: v1
     3  metadata:
     4    name: my-service
     5    annotations:
     6      valid-annotation: existing-value
     7      invalid-annotation: null
     8    labels:
     9      valid-label: existing-value
    10      invalid-label: null
    11  spec:
    12    selector:
    13      app: MyApp
    14    ports:
    15    - protocol: TCP
    16      port: 80
    17      targetPort: 9376