Skip to content

Commit

Permalink
hotfix(url_base_prefix) fix arg but keep commented
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-Tiz committed Jul 4, 2024
1 parent b3719c1 commit 6b534bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/group_vars_mash_servers
Original file line number Diff line number Diff line change
Expand Up @@ -1646,15 +1646,14 @@ cadvisor_container_labels_metrics_middleware_basic_auth_users: "{{ mash_playbook

cadvisor_container_extra_arguments_auto:
- "--mount type=bind,source=/,destination=/rootfs,readonly"
- "--mount type=bind,source=/var/run,destination=/var/run,readonly"
- "--mount type=bind,source=/sys,destination=/sys,readonly"
- "--mount type=bind,source=/var/lib/docker/,destination=/var/lib/docker,readonly"
- "--mount type=bind,source=/dev/disk/,destination=/dev/disk,readonly"



# cadvisor_process_extra_arguments_auto:
# - "--url_base_prefix={{ cadvisor_container_labels_traefik_path_prefix }}"
cadvisor_process_extra_arguments_auto:
# - "-url_base_prefix={{ cadvisor_container_labels_traefik_path_prefix }}"

########################################################################
# #
Expand Down

0 comments on commit 6b534bd

Please sign in to comment.