Skip to content

Commit

Permalink
update Readme to include helm install
Browse files Browse the repository at this point in the history
  • Loading branch information
gdecicco committed Mar 16, 2024
1 parent 656ca62 commit 396645f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,14 @@ Deploying the Kubernetes Metadata Injector into your Kubernetes cluster is strea

Located under `helm/metadata-injector`, the provided Helm chart facilitates the deployment of the admission webhook with ease. This chart handles the whole webhook deployment process, including all requisite permissions configuration configurations and certificate handling.

### Chart Installation

```bash
helm repo add metadata-injector https://moveaxlab.github.io/kubernetes-metadata-injector/
helm install --set triggerAnnotationPrefrix='moveax.injector' my-metadata-injector metadata-injector/metadata-injector
```

### Key Features of the Helm Chart

- **Webhook Deployment**: Automatically deploys the Kubernetes Metadata Injector as a Mutating Admission Webhook, ensuring that it intercepts and processes service creation and update requests as configured.
Expand Down

0 comments on commit 396645f

Please sign in to comment.