Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
charlie-haley authored Jan 23, 2024

Verified

This commit was signed with the committer’s verified signature.
erisu エリス
1 parent 617748f commit bdd42a8
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/service_monitor_test.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit bdd42a8

Please sign in to comment.