Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Latest commit

 

History

History
47 lines (32 loc) · 1.93 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.93 KB

enforce-agent

Version: 0.0.120 Type: application AppVersion: v0.1.255

A helm chart for Chainguard's Enforce Agent.

Documentation for the chart can be found here.

Homepage: https://chainguard.dev

Quick Installation

To install the helm chart with default values run following command. The Values section describes the configuration options for this chart.

helm install [RELEASE_NAME] .

Uninstallation

To uninstall the Helm chart run following command.

helm uninstall [RELEASE_NAME]

Maintainers

Name Email Url
The Chainguard Team https://chainguard.dev

Values

Key Type Default Description
auth.gcp.serviceAccount.email string "" Email of the GCP Service Account.
auth.gcp.serviceAccount.key string "" The GCP Service Account key.json base64 encoded. This can be generated with: gcloud iam service-accounts keys create key.json --iam-account=$NAME@@PROJECT.iam.gserviceaccount.com.
clusterName string ""
enforcerOptions.enableCIPCache bool false
enforcerOptions.namespaceEnforcementMode string "opt-in"
enforcerOptions.noMatchPolicy string "deny"
enforcerOptions.webhookFailOpen bool false
inviteCode string "" Invite code assigned to group where clusters will be registered. This can be generated with: `chainctl iam invite create $GROUP --cluster -ojson