Skip to content

Commit

Permalink
chore: remove unused fluentd var
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto committed Jan 11, 2023
1 parent c5c0ef2 commit 4f14323
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devops/jobs/CreateSandbox.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ class CreateSandbox {
booleanParam("run_oauth",true,"")

stringParam("nginx_users",'[{"name": "{{ COMMON_HTPASSWD_USER }}","password": "{{ COMMON_HTPASSWD_PASS }}","state":"present"}]',"")

booleanParam("fluentd_logging", false, "This enables a fluentd container which can be used for handling logs from other docker containers")
}


Expand Down

0 comments on commit 4f14323

Please sign in to comment.