Set correct namespace on service account and clusterrole (#38)

This commit is contained in:
Daisuke Taniwaki 2019-03-01 05:56:24 +09:00 committed by Jesse Suen
parent 366a503ae0
commit 286ba4d860
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 }}