Skip to content
Snippets Groups Projects
Commit 3b4a5508 authored by Nacho Barrientos's avatar Nacho Barrientos
Browse files

[MONIT-4147] Make tenant credentials mandatory

With this patch the chart will fail to install if either tenant.name
or tenant.password are not set if they're necessary, example:

```
λ helm -n monitoring diff upgrade kubernetes-monitoring . -f values.yaml -f ibarrien.yaml
Error: Failed to render chart: exit status 1: Error: execution error at (cern-it-monitoring-kubernetes/templates/fluentbit-metrics/configmap.yaml:22:13): Tenand password is required
```

If no fluentbit forwarding is configured, i.e.:

```yaml
metrics:
  fluentbit:
    enabled: false

logs:
  fluentbit:
    enabled: false
```

then the chart installs fine as they're note required in that case.
parent 15949cd1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment