Skip to content

Commit

Permalink
Merge branch 'feat/add-tlsConfig-and-Authentication-for-serviceMonito…
Browse files Browse the repository at this point in the history
…r' of github.com:eyenx/vault-helm into feat/add-tlsConfig-and-Authentication-for-serviceMonitor
  • Loading branch information
eyenx committed Apr 2, 2024
2 parents 011f82c + 1b3aa83 commit 100ce36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/prometheus-servicemonitor.bats
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ load _helpers
--set 'serverTelemetry.serviceMonitor.enabled=true' \
. ) | tee /dev/stderr)

[ "$(echo "$output" | yq -r '.spec.endpoints[0] | has("bearerToken")')" = "false" ]
[ "$(echo "$output" | yq -r '.spec.endpoints[0] | has("bearerTokenFile")')" = "false" ]
}

@test "prometheus/ServiceMonitor-server: bearerTokenFile set" {
Expand Down

0 comments on commit 100ce36

Please sign in to comment.