You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
503 B
19 lines
503 B
apiVersion: apps/v1
|
|
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
|
|
|