This directory holds the code of the Banzai Cloud Vault Operator.
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