From bdd42a89ebccda59f42223a1bd8fd4d01cd34d83 Mon Sep 17 00:00:00 2001 From: Charlie Haley Date: Tue, 23 Jan 2024 09:51:28 +0000 Subject: [PATCH] fix: tests --- tests/service_monitor_test.yaml | 2 +- values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/service_monitor_test.yaml b/tests/service_monitor_test.yaml index 116eb8c..9e15a48 100644 --- a/tests/service_monitor_test.yaml +++ b/tests/service_monitor_test.yaml @@ -45,7 +45,7 @@ tests: keySecret: secret asserts: - equal: - path: spec.endpoints[0].basicAuth + path: spec.endpoints[0].tlsConfig value: ca: my-ca cert: my-cert diff --git a/values.yaml b/values.yaml index 5b6f05a..d0b2218 100644 --- a/values.yaml +++ b/values.yaml @@ -19,7 +19,7 @@ deployment: successThreshold: 1 timeoutSeconds: 2 httpGet: - path: /ping + path: /ready port: http # scheme: HTTPS # httpHeaders: @@ -31,7 +31,7 @@ deployment: successThreshold: 1 timeoutSeconds: 2 httpGet: - path: /ready + path: /ping port: http # scheme: HTTPS # httpHeaders: