mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-11 04:31:06 -05:00
This commit adds the controller-gen tool as a Bazel dep and adds the equivalent of `make manifests` to //:generate. Rename CRDs in the operator Helm chart to match kubebuilder v4 generated names and add a generation directive to output CRD resources directly into the Helm chart. CRDs are not templated, so we don't need to helmify them. Split the manager-rbac.yaml into a role.yaml and a rolebinding.yaml, and add a directive to generate role.yaml from operator sources. We're losing the labels on the role, but that is only a cosmetic defect. |
||
|---|---|---|
| .. | ||
| aspect_bazel_lib.bzl | ||
| BUILD.bazel | ||
| BUILD.golangci.bazel | ||
| buildifier_deps.bzl | ||
| ci_deps.bzl | ||
| container_images.bzl | ||
| go_module_deps.bzl | ||
| go_rules_deps.bzl | ||
| hermetic_cc_deps.bzl | ||
| k8s.bzl | ||
| linux_kernel.bzl | ||
| multirun_deps.bzl | ||
| nixpkgs_deps.bzl | ||
| oci_deps.bzl | ||
| pkg_deps.bzl | ||
| proto_deps.bzl | ||
| python_deps.bzl | ||
| skylib_deps.bzl | ||