mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix RoleBindings (#15160)
Signed-off-by: Pere Alcoberro Turu <pere.alcoberro@ic-consult.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ed3393ca90
commit
faba4c93b0
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: kiam
|
||||
version: 2.4.3
|
||||
version: 2.4.4
|
||||
appVersion: 3.2
|
||||
description: Integrate AWS IAM with Kubernetes
|
||||
keywords:
|
||||
|
||||
@@ -16,8 +16,7 @@ roleRef:
|
||||
kind: ClusterRole
|
||||
name: {{ template "kiam.fullname" . }}-agent-psp-use
|
||||
subjects:
|
||||
- apiGroup: rbac.authorization.k8s.io
|
||||
kind: ServiceAccount
|
||||
- kind: ServiceAccount
|
||||
name: {{ template "kiam.serviceAccountName.agent" . }}
|
||||
{{- end -}}
|
||||
{{- end }}
|
||||
|
||||
@@ -16,8 +16,7 @@ roleRef:
|
||||
kind: ClusterRole
|
||||
name: {{ template "kiam.fullname" . }}-server-psp-use
|
||||
subjects:
|
||||
- apiGroup: rbac.authorization.k8s.io
|
||||
kind: ServiceAccount
|
||||
- kind: ServiceAccount
|
||||
name: {{ template "kiam.serviceAccountName.server" . }}
|
||||
{{- end -}}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user