1d34132b87
* Added more unit tests to increase test coverage Change-Id: I292ddcd1c98ae49b37032a7d6111e063be397de3
32 lines
711 B
YAML
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
|