Skip to content

Commit

Permalink
Update rbac.yaml
Browse files Browse the repository at this point in the history
rstudio-launcher works with serviceAccountLabels
  • Loading branch information
samssann authored Jun 19, 2023
1 parent ad4f490 commit e3987f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/rstudio-launcher-rbac/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{{- $roleName := include "rstudio-launcher-rbac.fullname" . }}
{{- $serviceAccountCreate := .Values.serviceAccount.create }}
{{- $serviceAccountAnnotations := .Values.serviceAccount.annotations }}
{{- $serviceAccountLabels := .Values.serviceAccount.labels }}
{{- $clusterRoleCreate := .Values.clusterRoleCreate }}

{{- $rbacValues := dict
Expand All @@ -25,6 +26,7 @@
"targetNamespace" ($targetNamespace)
"serviceAccountCreate" ($serviceAccountCreate)
"serviceAccountAnnotations" ($serviceAccountAnnotations)
"serviceAccountLabels" ($serviceAccountLabels)
"removeNamespaceReferences" (.Values.removeNamespaceReferences)
"roleName" ($roleName)
"clusterRoleCreate" ($clusterRoleCreate)
Expand Down

0 comments on commit e3987f8

Please sign in to comment.