File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
deploy/kubernetes/webhook-example Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ ensure the security of your cluster.
4343TLS certificates and private keys should be handled with care and you may not want to keep them in plain
4444Kubernetes secrets.
4545
46- This method was heavily adapted from [ banzai cloud] ( https://banzaicloud.com/blog/k8s-admission-webhooks/ ) .
47-
4846#### Method
4947
5048These commands should be run from the top level directory.
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # File originally from https://github.com/banzaicloud/admission-webhook-example/blob/blog/deployment/webhook-create-signed-cert.sh
32
43set -e
54
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # File originally from https://github.com/banzaicloud/admission-webhook-example/blob/blog/deployment/webhook-patch-ca-bundle.sh
32
43ROOT=$( cd $( dirname $0 ) /../../; pwd)
54
You can’t perform that action at this time.
0 commit comments