diff options
Diffstat (limited to 'meta/argument_specs.yml')
| -rw-r--r-- | meta/argument_specs.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index b35c993..f0477a9 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -121,6 +121,13 @@ argument_specs: type: dict required: false description: Labels to match the target group in the YAML file (yaml strategy only) + state: + type: str + required: false + default: present + choices: + - present + - absent prometheus_target_default_exporters: type: list @@ -144,6 +151,13 @@ argument_specs: type: dict required: false description: Labels to match the target group in the YAML file (yaml strategy only) + state: + type: str + required: false + default: present + choices: + - present + - absent prometheus_target_skip_default_exporters: type: bool |