respect .Release.Namespace

This commit is contained in:
Nick Stott 2019-02-28 11:14:43 -07:00
parent 366a503ae0
commit bbdd8edc0d
2 changed files with 1 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,3 @@ apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
metadata: metadata:
name: argo-events-sa name: argo-events-sa
namespace: argo-events