From d2a54800a3b2b96ab7efffcd607337c206884926 Mon Sep 17 00:00:00 2001 From: Petr Babic Date: Fri, 7 Mar 2025 14:17:20 +0100 Subject: [PATCH] refactor: remove `package-operator-webhook` component --- content/en/docs/getting_started/architecture.md | 7 ------- content/en/docs/getting_started/installation.md | 2 -- 2 files changed, 9 deletions(-) diff --git a/content/en/docs/getting_started/architecture.md b/content/en/docs/getting_started/architecture.md index 01e9895..a7b9e3e 100644 --- a/content/en/docs/getting_started/architecture.md +++ b/content/en/docs/getting_started/architecture.md @@ -16,13 +16,6 @@ Package Operator Manager also contains functionality to allow Package Operator to bootstrap itself, which is discussed on the [Installation Page](/docs/getting_started/installation#via_package_operator). -## Webhooks - -There is a validation webhook server that can optionally be run with package operator. -This webhook server verifies the immutability of certain fields of `ObjectSet` -and `ObjectSetPhase` resources. If one of these immutable fields is changed in -an update, the webhook server will disallow the update. - ## Loading Package Images A package is a single artifact that contains all manifests, configuration, diff --git a/content/en/docs/getting_started/installation.md b/content/en/docs/getting_started/installation.md index c1fbcc3..d9957c3 100644 --- a/content/en/docs/getting_started/installation.md +++ b/content/en/docs/getting_started/installation.md @@ -16,8 +16,6 @@ Package Operator is able to bootstrap and upgrade itself using a special self-bo Make sure `KUBECONFIG` is defined and the config points at your Kubernetes cluster. Then you can deploy Package Operator to bootstrap itself. -Note: Both these command will not install the webhook server. - ### Using `kubectl` cli ```sh