apiVersion: apps/v1 kind: Deployment metadata: annotations: airshipit.org/clustertype: target name: some-random-deployment-we-will-filter namespace: foobar spec: selector: matchLabels: app: some-random-deployment-we-will-filter serviceAccountName: something template: metadata: labels: app: some-random-deployment-we-will-filter spec: containers: - args: - foobar command: - somecommand env: - name: BOOL_FLAG value: false - name: FLOAT64_FLAG value: 1.012 - name: INT64_FLAG value: 1000 image: someimage name: some-random-deployment-we-will-filter