@@ -150,7 +150,7 @@ metadata:
150
150
categories : OpenShift Optional, Logging & Tracing
151
151
certified : " false"
152
152
containerImage : docker.io/grafana/loki-operator:0.6.1
153
- createdAt : " 2024-06-04T16:17:41Z "
153
+ createdAt : " 2024-06-12T17:07:25Z "
154
154
description : The Community Loki Operator provides Kubernetes native deployment
155
155
and management of Loki and related logging components.
156
156
operators.operatorframework.io/builder : operator-sdk-unknown
@@ -988,6 +988,9 @@ spec:
988
988
- description : The client-side certificate file path for the TLS configuration.
989
989
displayName : Cert Path
990
990
path : alertmanager.client.tls.certPath
991
+ - description : Skip validating server certificate.
992
+ displayName : Skip validating server certificate
993
+ path : alertmanager.client.tls.insecureSkipVerify
991
994
- description : The client-side key file path for the TLS configuration.
992
995
displayName : Key Path
993
996
path : alertmanager.client.tls.keyPath
@@ -1137,6 +1140,9 @@ spec:
1137
1140
- description : The client-side certificate file path for the TLS configuration.
1138
1141
displayName : Cert Path
1139
1142
path : overrides.alertmanager.client.tls.certPath
1143
+ - description : Skip validating server certificate.
1144
+ displayName : Skip validating server certificate
1145
+ path : overrides.alertmanager.client.tls.insecureSkipVerify
1140
1146
- description : The client-side key file path for the TLS configuration.
1141
1147
displayName : Key Path
1142
1148
path : overrides.alertmanager.client.tls.keyPath
0 commit comments