File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ The chart can be customized using the following configurable parameters:
86
86
| ` pmm.resources ` | Set resources for PMM container | ` {} ` |
87
87
| ` pmm.mongodParams ` | PMM mongod params | ` "" ` |
88
88
| ` pmm.mongosParams ` | PMM mongos params | ` "" ` |
89
+ | ` pmm.customClusterName ` | PMM cluster name. If not set Operator uses cr.Name for PMM cluster name. | ` "" ` |
89
90
| |
90
91
| ` replsets.rs0.name ` | ReplicaSet name | ` rs0 ` |
91
92
| ` replsets.rs0.size ` | ReplicaSet size (pod quantity) | ` 3 ` |
Original file line number Diff line number Diff line change 92
92
containerSecurityContext :
93
93
{{ .Values.pmm.containerSecurityContext | toYaml | indent 6 }}
94
94
{{- end }}
95
+ {{- if .Values.pmm.customClusterName }}
96
+ customClusterName : {{ .Values.pmm.customClusterName }}
97
+ {{- end }}
95
98
96
99
replsets :
97
100
{{- range $k,$replset := .Values.replsets }}
Original file line number Diff line number Diff line change 85
85
repository : percona/pmm-client
86
86
tag : 2.44.0
87
87
serverHost : monitoring-service
88
- # mongodParams: ""
89
- # mongosParams: ""
90
- # resources: {}
91
- # containerSecurityContext: {}
88
+ # customClusterName: ""
89
+ # mongodParams: ""
90
+ # mongosParams: ""
91
+ # resources: {}
92
+ # containerSecurityContext: {}
92
93
93
94
replsets :
94
95
rs0 :
You can’t perform that action at this time.
0 commit comments