helm-charts
helm-charts copied to clipboard
Official Helm Chart Repository for InfluxData Applications
Cannot reopen https://github.com/influxdata/helm-charts/issues/470, so I create e new issue @alespour I don't think the issue has been fully understood There is no existing secret. I am relying on helm automatically...
In `_helpers.tpl`, we have two places where we truncate names down to 63 characters. But then in the backup-retention-cronjob template, we append `-backup-retention` to the name; that's an extra 17...
Add the cronjob and pvc backup for influxdb2. Like in the influxdb template https://github.com/influxdata/helm-charts/tree/master/charts/influxdb/templates. But with adaptation like in the cmd https://docs.influxdata.com/influxdb/v2.3/backup-restore/backup/.
@rawkode I added the missing imagePullSecrets. Would be happy if someone could take a look on this
I would like to know about the license: to both influxdb and helm scripts.
Is there a way to setup an automated backup job in Influxdb Enterprise helm chart. The OSS chart has a backup option in the helm charts. The enterprise version recommends...
Hello, This pull request is made in order to add optional init container in telegraf chart. My goal is to use it to create an influx database with specified retention...
This PR fixes #472. Tests run: - Ran helm template with new values.yaml and the chart rendered correctly - Ran helm without influxURL set and an error was thrown -...
I recently upgraded my influx 1.8 to influx 2.2. I used the way described in the documentation: - Mount the v1 data to `/var/lib/influxdb` - Mount a empty v2 data...