@@ -1172,15 +1172,15 @@ alertmanager:
11721172 clusterAdvertiseAddress : false
11731173
11741174 # # clusterGossipInterval determines interval between gossip attempts.
1175- # # Needs to be specified as GoDuration, a time duration that can be parsed by Go’ s time.ParseDuration() (e.g. 45ms, 30s, 1m, 1h20m15s)
1175+ # # Needs to be specified as GoDuration, a time duration that can be parsed by Go' s time.ParseDuration() (e.g. 45ms, 30s, 1m, 1h20m15s)
11761176 clusterGossipInterval : " "
11771177
11781178 # # clusterPeerTimeout determines timeout for cluster peering.
1179- # # Needs to be specified as GoDuration, a time duration that can be parsed by Go’ s time.ParseDuration() (e.g. 45ms, 30s, 1m, 1h20m15s)
1179+ # # Needs to be specified as GoDuration, a time duration that can be parsed by Go' s time.ParseDuration() (e.g. 45ms, 30s, 1m, 1h20m15s)
11801180 clusterPeerTimeout : " "
11811181
11821182 # # clusterPushpullInterval determines interval between pushpull attempts.
1183- # # Needs to be specified as GoDuration, a time duration that can be parsed by Go’ s time.ParseDuration() (e.g. 45ms, 30s, 1m, 1h20m15s)
1183+ # # Needs to be specified as GoDuration, a time duration that can be parsed by Go' s time.ParseDuration() (e.g. 45ms, 30s, 1m, 1h20m15s)
11841184 clusterPushpullInterval : " "
11851185
11861186 # # clusterLabel defines the identifier that uniquely identifies the Alertmanager cluster.
@@ -2911,7 +2911,7 @@ prometheusOperator:
29112911
29122912 # Use certmanager to generate webhook certs
29132913 certManager :
2914- enabled : false
2914+ enabled : true
29152915 # self-signed root certificate
29162916 rootCert :
29172917 duration : " " # default to be 5y
@@ -3859,9 +3859,9 @@ prometheus:
38593859 disableCompaction : false
38603860
38613861 # # AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in the pod,
3862- # # If the field isn’ t set, the operator mounts the service account token by default.
3862+ # # If the field isn' t set, the operator mounts the service account token by default.
38633863 # # Warning: be aware that by default, Prometheus requires the service account token for Kubernetes service discovery,
3864- # # It is possible to use strategic merge patch to project the service account token into the ‘ prometheus’ container.
3864+ # # It is possible to use strategic merge patch to project the service account token into the ' prometheus' container.
38653865 automountServiceAccountToken : true
38663866
38673867 # # APIServerConfig
@@ -4567,7 +4567,7 @@ prometheus:
45674567 hostNetwork : false
45684568
45694569 # HostAlias holds the mapping between IP and hostnames that will be injected
4570- # as an entry in the pod’ s hosts file.
4570+ # as an entry in the pod' s hosts file.
45714571 hostAliases : []
45724572 # - ip: 10.10.0.100
45734573 # hostnames:
@@ -4579,7 +4579,7 @@ prometheus:
45794579 tracingConfig : {}
45804580
45814581 # # Defines the service discovery role used to discover targets from ServiceMonitor objects and Alertmanager endpoints.
4582- # # If set, the value should be either “ Endpoints” or “ EndpointSlice” . If unset, the operator assumes the “ Endpoints” role.
4582+ # # If set, the value should be either " Endpoints" or " EndpointSlice" . If unset, the operator assumes the " Endpoints" role.
45834583 serviceDiscoveryRole : " "
45844584
45854585 # # Additional configuration which is not covered by the properties above. (passed through tpl)
0 commit comments