Skip to content
Snippets Groups Projects
Unverified Commit 917be1b5 authored by Varac's avatar Varac
Browse files

Enforce python requests using the system cert store

parent 806f0e6a
No related branches found
No related tags found
No related merge requests found
......@@ -835,6 +835,9 @@ kube-prometheus-stack-alerts:
variables:
# RESOURCE var is used in job specific rules (i.e. .kube_prometheus_stack_rules)
RESOURCE: "kube-prometheus-stack"
# Enforce python requests using the system cert store, where LE staging
# cacert is added
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"
allow_failure: true
script:
- *debug_information
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment