Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 606 Bytes

File metadata and controls

29 lines (19 loc) · 606 Bytes

Vault Operator

This directory holds the code of the Banzai Cloud Vault Operator.

Build and hack on it

To compile the operator:

go build ./operator/cmd/manager

To start the operator locally and manage the cluster in the current-context:

make operator-up

If you wish to build the operator Docker image:

make docker-operator

If you change the Vault Go type definitions please regenerate the k8s deepcopy stubs, clientset listers and informers with the kubernetes/code-generator:

make generate-code