Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: influxdb setting forces optional variables to be set #60

Open
borgstorm opened this issue Aug 27, 2024 · 0 comments
Open

[Bug]: influxdb setting forces optional variables to be set #60

borgstorm opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels
bug Something isn't working triage Needs to be triaged

Comments

@borgstorm
Copy link

Affected Chart

icinga2

Which version of the app contains the bug?

0.3.0

Please describe your problem

When attempting to enable an https connection to an influxdb the chart fails due to un-set variables.

Helm values:

    influxdb:
      enabled: true
      host: influx
      port: 443
      database: icinga2
      ssl_enable: true
     [...]

error message:

influxdb secret not set. Set .Values.features.influxdb.tlsSecret

Assigning a value to tlsSecret in turn returns similar errors saying that the following are not set:

.Values.features.influxdb.caSecretKey
.Values.features.influxdb.keySecretKey
.Values.features.influxdb.certSecretKey

These attribute are all optional according to the documentation. I have also tested it on a VM install on RHEL and the influx writer works as expected, with ssl_enable: true and without any of the extra attributes.

@borgstorm borgstorm added bug Something isn't working triage Needs to be triaged labels Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants