contrib-helm-chart icon indicating copy to clipboard operation
contrib-helm-chart copied to clipboard

Service account name variable not used

Open mgobec opened this issue 3 years ago • 1 comments

https://github.com/getredash/contrib-helm-chart/blob/82e54f575ad25ea4ec76d58c3f92cef4dc6e6214/templates/serviceaccount.yaml#L5

This should reference .Values.serviceAccount.name instead of redash.serviceAccountName

mgobec avatar Apr 25 '22 15:04 mgobec

This looks correct to me - it is referencing this helper template, which further references the correct variable: https://github.com/getredash/contrib-helm-chart/blob/master/templates/_helpers.tpl#L551

grugnog avatar Jun 13 '22 16:06 grugnog