File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44#
55# It is rendered to manifests/setup/setup.yaml by `make manifests`.
66
7- # The default namespace for the install. Override with `kustomize edit
8- # set namespace <ns>` or by editing manifests/setup/kustomization.yaml.
7+ # The default namespace for the install. This bundle also includes a
8+ # Namespace resource from config/manager/manager.yaml, so changing this
9+ # value alone is not sufficient. If you need a different install
10+ # namespace, update both this field and the Namespace object's
11+ # metadata.name to keep them in sync.
912namespace : fluent
1013
1114# Map the placeholder image used in config/manager/manager.yaml to the
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ resources:
22- service_account.yaml
33- role.yaml
44- role_binding.yaml
5- # Leader election and metrics-auth RBAC are intentionally disabled — the
6- # production deployment does not enable --leader-elect or expose protected
7- # metrics. Uncomment to re-enable when those features ship.
85- leader_election_role.yaml
96- leader_election_role_binding.yaml
107# - metrics_auth_role.yaml
You can’t perform that action at this time.
0 commit comments