airshipctl/pkg/document/testdata/common/initially_ignored.yaml
Kostiantyn Kalynovskyi c1cce8f9c5 Add single source of Seletors
Also this commit, adds condition to setup testbundle, that ignores
directories

Commit adds new set of functions that allow easy selection of
documents from bundle for different modules.

Relates-To: #61
Closes: #61

Change-Id: I6011203a1f573cbb847e9f57c04aa60bf8278ef1
2020-03-13 16:31:12 -05:00

25 lines
548 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
image: someimage
name: some-random-deployment-we-will-filter