mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
Merge pull request #6081 from simonpasquier/fix-run-external
chore: remove TLS files only on exit
This commit is contained in:
commit
b836d96445
1 changed files with 0 additions and 6 deletions
|
@ -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 "──────────────────────────────────────────────────────────────────"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue