@@ -1172,15 +1172,15 @@ alertmanager:
1172
1172
clusterAdvertiseAddress : false
1173
1173
1174
1174
# # 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)
1176
1176
clusterGossipInterval : " "
1177
1177
1178
1178
# # 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)
1180
1180
clusterPeerTimeout : " "
1181
1181
1182
1182
# # 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)
1184
1184
clusterPushpullInterval : " "
1185
1185
1186
1186
# # clusterLabel defines the identifier that uniquely identifies the Alertmanager cluster.
@@ -2911,7 +2911,7 @@ prometheusOperator:
2911
2911
2912
2912
# Use certmanager to generate webhook certs
2913
2913
certManager :
2914
- enabled : false
2914
+ enabled : true
2915
2915
# self-signed root certificate
2916
2916
rootCert :
2917
2917
duration : " " # default to be 5y
@@ -3859,9 +3859,9 @@ prometheus:
3859
3859
disableCompaction : false
3860
3860
3861
3861
# # 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.
3863
3863
# # 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.
3865
3865
automountServiceAccountToken : true
3866
3866
3867
3867
# # APIServerConfig
@@ -4567,7 +4567,7 @@ prometheus:
4567
4567
hostNetwork : false
4568
4568
4569
4569
# 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.
4571
4571
hostAliases : []
4572
4572
# - ip: 10.10.0.100
4573
4573
# hostnames:
@@ -4579,7 +4579,7 @@ prometheus:
4579
4579
tracingConfig : {}
4580
4580
4581
4581
# # 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.
4583
4583
serviceDiscoveryRole : " "
4584
4584
4585
4585
# # Additional configuration which is not covered by the properties above. (passed through tpl)
0 commit comments