Merge pull request #22583 from inductor/hotfix/ja_build

hotfix build
This commit is contained in:
Kubernetes Prow Robot
2020-07-19 00:48:50 -07:00
committed by GitHub
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
env: test
spec:
containers:
- name: nginx
image: nginx
imagePullPolicy: IfNotPresent
tolerations:
- key: "example-key"
operator: "Exists"
effect: "NoSchedule"