Skip to content

Commit

Permalink
fix: Add team.csv to config map (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
0lione authored Aug 2, 2024
1 parent ed2fc1c commit 2e7586b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions charts/kuberpult/templates/cd-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,5 @@ metadata:
name: kuberpult-rbac
data:
policy.csv: {{ .Values.auth.dexAuth.policy_csv | quote}}
kind: ConfigMap
metadata:
name: kuberpult-rbac
data:
team.csv: {{ .Values.auth.dexAuth.team_csv| quote}}
{{- end }}

0 comments on commit 2e7586b

Please sign in to comment.