Skip to content

Commit 1c9ffa5

Browse files
committed
Remove reference to banzaicloud/admission-webhook-example
Signed-off-by: Leonardo Cecchi <[email protected]>
1 parent 7cf9ba0 commit 1c9ffa5

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

deploy/kubernetes/webhook-example/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ ensure the security of your cluster.
4343
TLS certificates and private keys should be handled with care and you may not want to keep them in plain
4444
Kubernetes secrets.
4545

46-
This method was heavily adapted from [banzai cloud](https://banzaicloud.com/blog/k8s-admission-webhooks/).
47-
4846
#### Method
4947

5048
These commands should be run from the top level directory.

deploy/kubernetes/webhook-example/create-cert.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
# File originally from https://github.com/banzaicloud/admission-webhook-example/blob/blog/deployment/webhook-create-signed-cert.sh
32

43
set -e
54

deploy/kubernetes/webhook-example/patch-ca-bundle.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
# File originally from https://github.com/banzaicloud/admission-webhook-example/blob/blog/deployment/webhook-patch-ca-bundle.sh
32

43
ROOT=$(cd $(dirname $0)/../../; pwd)
54

0 commit comments

Comments
 (0)