Signadot Operator Helm Charts

Signadot Operator is the in-cluster component of the Signadot Platform.

TL;DR

# Create signadot namespace
$ kubectl create ns signadot

# Install
$ helm repo add signadot https://charts.signadot.com
$ helm install signadot-operator signadot/operator

For more information, please refer to the Signadot Operator charts project on GitHub.