airshipctl/pkg/document/testdata/common/initially_ignored.yaml
Sirajudeen 1d34132b87 Added unit test for missing document functions
* Added more unit tests to increase test coverage

Change-Id: I292ddcd1c98ae49b37032a7d6111e063be397de3
2020-07-16 15:36:04 -05:00

32 lines
711 B
YAML

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