Skip to content

Commit

Permalink
Makes Cert-Manager dependency more explicit in the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: maximillianbrain1 <[email protected]>
  • Loading branch information
maximillianbrain1 committed Sep 18, 2024
1 parent 2bced91 commit f97e30b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ A terraform module for installing Rad Security Plugins through Terraform.

This module provides a flexible way to deploy Rad Security plugins using Helm. It allows you to configure various components of the Rad Security suite, including Guard, SBOM, Sync, Watch, Node Agent, and K9.

Rad Security currently requires Cert Manager to be installed prior to installing the plugins. This can be disabled by setting `install_cert_manager` to `false`.

## Features

- Automatic cluster API key generation
- Optional installation of cert-manager
- Installs Rad Security plugins using Helm
- Configurable components of the Rad Security plugins (Guard, SBOM, Sync, Watch, Node Agent, K9)

## Requirements

Cert Manager must be installed prior to installing the plugins. It can be installed by setting `install_cert_manager` to `true`. This will install the Cert Manager Helm chart in the cert-manager namespace. If it is already installed or you do not want to install it using this method, you can set `install_cert_manager` to `false`.

## Usage
To use this module, two providers are required. The `rad-security` provider and the `helm` provider.

Expand Down

0 comments on commit f97e30b

Please sign in to comment.