Skip to content

Commit e5bdf3e

Browse files
authored
[kube-prometheus-stack] Adjust comments in values.yaml file (#6242)
1 parent 956c89a commit e5bdf3e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

charts/kube-prometheus-stack/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ crds:
3434
enabled: true
3535
## The CRD upgrade job mitigates the limitation of helm not being able to upgrade CRDs.
3636
## The job will apply the CRDs to the cluster before the operator is deployed, using helm hooks.
37-
## It deploy a corresponding clusterrole, clusterrolebinding and serviceaccount to apply the CRDs.
37+
## It deploys a corresponding clusterrole, clusterrolebinding and serviceaccount to apply the CRDs.
3838
## This feature is in preview, off by default and may change in the future.
3939
upgradeJob:
4040
enabled: false
@@ -154,7 +154,7 @@ crds:
154154
seccompProfile:
155155
type: RuntimeDefault
156156

157-
## custom Rules to override "for" and "severity" in defaultRules
157+
## Custom rules to override "for" and "severity" in defaultRules
158158
##
159159
customRules: {}
160160
# AlertmanagerFailedReload:
@@ -260,7 +260,7 @@ defaultRules:
260260
prometheus: {}
261261
prometheusOperator: {}
262262

263-
## Additional annotations for specific PrometheusRule alerts groups
263+
## Additional annotations for specific PrometheusRule alert groups
264264
additionalRuleGroupAnnotations:
265265
alertmanager: {}
266266
etcd: {}
@@ -338,7 +338,7 @@ global:
338338
## Ref: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#aggregated-clusterroles
339339
createAggregateClusterRoles: false
340340

341-
## Global image registry to use if it needs to be overridden for some specific use cases (e.g local registries, custom images, ...)
341+
## Global image registry to use if it needs to be overridden for some specific use cases (e.g. local registries, custom images, ...)
342342
##
343343
imageRegistry: ""
344344

@@ -398,7 +398,7 @@ alertmanager:
398398
##
399399
additionalLabels: {}
400400

401-
## Api that prometheus will use to communicate with alertmanager. Possible values are v1, v2
401+
## API that Prometheus will use to communicate with alertmanager. Possible values are v1, v2
402402
##
403403
apiVersion: v2
404404

@@ -547,7 +547,7 @@ alertmanager:
547547
- '/etc/alertmanager/config/*.tmpl'
548548

549549
## Alertmanager configuration directives (as string type, preferred over the config hash map)
550-
## stringConfig will be used only, if tplConfig is true
550+
## stringConfig will be used only if tplConfig is true
551551
## ref: https://prometheus.io/docs/alerting/configuration/#configuration-file
552552
## https://prometheus.io/webtools/alerting/routing-tree-editor/
553553
##

0 commit comments

Comments
 (0)