1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

Merge pull request from simonpasquier/fix-run-external

chore: remove TLS files only on exit
This commit is contained in:
Simon Pasquier 2023-11-14 15:12:10 +01:00 committed by GitHub
commit b836d96445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,12 +122,6 @@ extract_certs() {
run_operator() {
header "Run Operator"
# cleanup the files soon after the operator has had time to read it
(
sleep 5
cleanup
) &
info "Running operator against cluster: $CLUSTER - $API_SERVER"
echo "──────────────────────────────────────────────────────────────────"