fix(infra-fluxcd): keep kube-state-metrics
This commit is contained in:
parent
88a6b5d0bb
commit
cf9dd3a6b4
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ kube-state-metrics:
|
||||||
# For kube-prometheus-stacks that are already installed and configured with
|
# For kube-prometheus-stacks that are already installed and configured with
|
||||||
# custom collectors, commenting out the collectors and extraArgs below will
|
# custom collectors, commenting out the collectors and extraArgs below will
|
||||||
# retain any existing kube-state-metrics configuration.
|
# retain any existing kube-state-metrics configuration.
|
||||||
collectors: [ ]
|
# collectors: [ ]
|
||||||
extraArgs:
|
# extraArgs:
|
||||||
- --custom-resource-state-only=true
|
# - --custom-resource-state-only=true
|
||||||
rbac:
|
rbac:
|
||||||
extraRules:
|
extraRules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
|
|
Loading…
Add table
Reference in a new issue