influxdata / influxdata/helm-charts
[influxdb] helm_charts influxdb, backup_cronjob template has misconfiguration.
- Dominant language
- Mustache
- Stars
- 257
- Forks
- 347
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 9
Description
```
- name: AZURE_STORAGE_CONNECTION_STRING
valueFrom:
secretKeyRef:
name: {{ .Values.backup.azure.storageAccountSecret }}
key: connection-string
```
the template causes it to fail with below error `spec.jobTemplate.spec.template.spec.containers[0].env[3].valueFrom.secretKeyRef.name: Invalid value: `
Contributor guide
Research direction
Locate the InfluxDB Helm chart's backup_cronjob template and inspect the Azure storage secretKeyRef shown in the report. Render or install the chart with Azure backup settings, then verify that the generated Job has a valid secret name and no longer produces the reported Kubernetes validation error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100