Fix RoleBindings (#15160)

Signed-off-by: Pere Alcoberro Turu <pere.alcoberro@ic-consult.com>
This commit is contained in:
Pere Alcoberro
2019-07-21 01:36:53 -07:00
committed by Kubernetes Prow Robot
parent ed3393ca90
commit faba4c93b0
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -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 }}