From dffc1f876956f9541e1e60e654b108db226d3a65 Mon Sep 17 00:00:00 2001 From: Simon Mayer Date: Wed, 11 Dec 2024 16:50:54 +0100 Subject: [PATCH] Make variables mandatory --- partition/roles/monitoring/prometheus/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/partition/roles/monitoring/prometheus/README.md b/partition/roles/monitoring/prometheus/README.md index 6fb075d3..831c7389 100644 --- a/partition/roles/monitoring/prometheus/README.md +++ b/partition/roles/monitoring/prometheus/README.md @@ -4,13 +4,14 @@ Deploys prometheus in a systemd-managed Docker container. ## Variables -This role uses variables from [partition-defaults](/partition). So, make sure you define them adequately as well. +This role uses variables from [partition-defaults](/partition). So, make sure +you define them adequately as well. | Name | Mandatory | Description | | ------------------------------------------------ | --------- | ----------------------------------------------------------- | | prometheus_port | | Port for prometheus | -| prometheus_image_name | | Image version of the prometheus | -| prometheus_image_tag | | Image tag of the prometheus | +| prometheus_image_name | yes | Image version of the prometheus | +| prometheus_image_tag | yes | Image tag of the prometheus | | prometheus_config_host_dir | | The host directory for prometheus configurations | | prometheus_data_host_dir | | The host directory for prometheus data | | prometheus_alertmanager_target | | Targets for the alertmanager |