Skip to content

Commit

Permalink
Update imagewebhook.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasbir84 authored Apr 10, 2021
1 parent e27529f commit bf1ac73
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions domain-3-minimize-microservice-vulnerability/imagewebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,7 @@ users:
client-certificate: /etc/kubernetes/pki/apiserver.crt # cert for the webhook admission controller to use
client-key: /etc/kubernetes/pki/apiserver.key # key matching the cert

- mountPath: /etc/kubernetes/controlconf
name: admission-controller
readOnly: true

- hostPath:
path: /etc/kubernetes/controlconf
type: DirectoryOrCreate
name: admission-controller

```

#### Add following lines in the kube-apiserver manifest:
Expand Down

0 comments on commit bf1ac73

Please sign in to comment.