Skip to content

Commit eb805e1

Browse files
committed
Use a different cert for test_prometheus_metrics
1 parent a5e9010 commit eb805e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/tls-cert-gen/certs.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ var yamlSecrets = []yamlSecret{
7676
"/tests/data/egress-mtls/secret/tls-secret.yaml",
7777
"/tests/data/ingress-mtls/secret/tls-secret.yaml",
7878
"/tests/data/mgmt-configmap-keys/ssl-cert.yaml",
79-
"/tests/data/prometheus/secret.yaml",
8079
"/tests/data/service-insight/secret.yaml",
8180
"/tests/data/smoke/smoke-secret.yaml",
8281
"/tests/data/transport-server-tcp-load-balance/tcp-tls-secret.yaml",
@@ -189,10 +188,12 @@ var yamlSecrets = []yamlSecret{
189188
symlinks: []string{
190189
"/tests/data/tls/tls-secret.yaml",
191190
"/tests/data/virtual-server-tls/tls-secret.yaml",
191+
"/tests/data/prometheus/secret.yaml",
192192
},
193193
usedIn: []string{
194194
"tests/suite/test_tls.py - needed for subject info and common name",
195195
"tests/suite/test_virtual_server_tls.py - needed for subject info and common name",
196+
"tests/suite/test_prometheus_metrics.py - needed for common name and subject info",
196197
},
197198
},
198199
{

0 commit comments

Comments
 (0)