hotfix build

This commit is contained in:
inductor
2020-07-19 15:51:07 +09:00
parent 677b7ed989
commit b2236f9afa
@@ -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"