InseeFrLab / InseeFrLab/helm-charts
add support for different secret key names
Open
- Dominant language
- Go Template
- Stars
- 11
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
the value of "S3_ACCESS_KEY" should also be adjustable from the values file. same goes for the secret key
```
valueFrom:
secretKeyRef:
name: {{ .Values.s3.existingSecret }}
key: S3_ACCESS_KEY
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.