Skip to content

Commit fbde416

Browse files
committed
fix comments
Signed-off-by: Chengwei Guo <chengweiguo@bytedance.com>
1 parent fc84cad commit fbde416

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

config/default/kustomization.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
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.
912
namespace: fluent
1013

1114
# Map the placeholder image used in config/manager/manager.yaml to the

config/rbac/kustomization.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)