2022-10-25 17:52:04 -07:00

16 lines
338 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: auto-update-test-infra
spec:
selector:
matchLabels:
app: auto-update-test-infra
template:
metadata:
labels:
app: auto-update-test-infra
spec:
containers:
- name: auto-update-test-infra
image: {{ include "fullImageName" . }}