influxdata / influxdata/helm-charts

[influxdb] helm_charts influxdb, backup_cronjob template has misconfiguration.

Open
#670 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.