Skip to content

Commit

Permalink
rm webhook resources from installton yaml
Browse files Browse the repository at this point in the history
Fixes: kubernetes-sigs#2400

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg committed Sep 15, 2023
1 parent f98e94a commit 0de732b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 273 deletions.
8 changes: 0 additions & 8 deletions config/webhook/0-namespace.yaml

This file was deleted.

95 changes: 0 additions & 95 deletions config/webhook/admission_webhook.yaml

This file was deleted.

168 changes: 0 additions & 168 deletions config/webhook/certificate_config.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions hack/build-install-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cat << EOF >> release/standard-install.yaml
#
EOF

for file in `ls config/webhook/*.yaml config/crd/experimental/gateway*.yaml`
for file in `ls config/crd/experimental/gateway*.yaml`
do
echo "---" >> release/experimental-install.yaml
echo "#" >> release/experimental-install.yaml
Expand All @@ -48,7 +48,7 @@ do
cat $file >> release/experimental-install.yaml
done

for file in `ls config/webhook/*.yaml config/crd/standard/*.yaml`
for file in `ls config/crd/standard/*.yaml`
do
echo "---" >> release/standard-install.yaml
echo "#" >> release/standard-install.yaml
Expand Down

0 comments on commit 0de732b

Please sign in to comment.