2020-04-06 17:23:26 -07:00

20 lines
514 B
YAML

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: deployment
spec:
template:
spec:
containers:
- image: gcr.io/kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c
name: admission-webhook
volumeMounts:
- mountPath: /etc/webhook/certs
name: webhook-cert
readOnly: true
volumes:
- name: webhook-cert
secret:
secretName: webhook-certs
serviceAccountName: service-account