InseeFrLab / helm-charts

Collection of helm (https://helm.sh/) charts used at @inseefr
7 stars 21 forks source link

add support for different secret key names #64

Open dberardo-com opened 10 months ago

dberardo-com commented 10 months ago

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