Set correct namespace on service account and clusterrole

This commit is contained in:
Daisuke Taniwaki 2019-02-25 01:18:12 +09:00
parent db30d36879
commit 36795000ef
No known key found for this signature in database
GPG key ID: 04F90B23F84F5E6B
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ roleRef:
subjects: subjects:
- kind: ServiceAccount - kind: ServiceAccount
name: argo-events-sa name: argo-events-sa
namespace: argo-events namespace: {{ .Release.Namespace }}
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole kind: ClusterRole

View file

@ -4,4 +4,4 @@ apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
metadata: metadata:
name: argo-events-sa name: argo-events-sa
namespace: argo-events namespace: {{ .Release.Namespace }}