Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.41 KB

dns-operator.md

File metadata and controls

37 lines (27 loc) · 1.41 KB

Kuadrant Helm Charts Repository

Kuadrant repository for its Helm Charts

Setup Repo Info

helm repo add kuadrant https://kuadrant.io/helm-charts/ --force-update

See helm repo for command documentation.

DNS operator chart

This is the Helm Chart to install the official Kuadrant DNS Kubernetes Operator

Installation

helm repo add kuadrant https://kuadrant.io/helm-charts/ --force-update
helm install \
 dns-operator kuadrant/dns-operator \
 --create-namespace \
 --namespace kuadrant-system

Parameters

Coming soon! At the moment, there's no configuration parameters exposed.

Usage

Read the documentation and user guides in the Getting Started guide.

Other Charts

Chart Reference Docs
Kuadrant operator helm install kuadrant-operator kuadrant/kuadrant-operator install
Limitador operator helm install kuadrant-operator kuadrant/limitador-operator install
Authorino Operator helm install kuadrant-operator kuadrant/authorino-operator install