Skip to content

Commit

Permalink
fix(): remove subjects apiGroup in RoleBinding
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Lin committed Dec 13, 2022
1 parent 4685398 commit 9e98836
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion eks/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
description: Helm chart to init eks and add role policy
name: eks
version: 0.2.0
version: 0.2.1
appVersion: 0.0.1
tillerVersion: ">=2.14.3"
1 change: 0 additions & 1 deletion eks/templates/role_argo_workflows_admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ metadata:
subjects:
- kind: ServiceAccount
name: {{ .Release.Namespace }}-argo-workflows-admin-service-account
apiGroup: rbac.authorization.k8s.io
roleRef:
kind: Role
name: role-{{ .Release.Namespace }}-argo-workflows-admin
Expand Down
1 change: 0 additions & 1 deletion eks/templates/role_argo_workflows_ro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ metadata:
subjects:
- kind: ServiceAccount
name: {{ .Release.Namespace }}-argo-workflows-ro-service-account
apiGroup: rbac.authorization.k8s.io
roleRef:
kind: Role
name: role-{{ .Release.Namespace }}-argo-workflows-ro
Expand Down

0 comments on commit 9e98836

Please sign in to comment.