This commit fixes #9954 by removing invalid namespace field (#9990)

Signed-off-by: Wayne Foley <wayne.foley@providence.org>
This commit is contained in:
Wayne Foley
2018-12-13 16:36:36 -08:00
committed by Kubernetes Prow Robot
parent 2bbc4311a2
commit a958f58bd1
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/kong
version: 0.6.6
version: 0.6.7
appVersion: 0.14.1
@@ -13,7 +13,6 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: {{ template "kong.fullname" . }}
namespace: {{ .Release.Namespace }}
subjects:
- kind: ServiceAccount
name: {{ template "kong.serviceAccountName" . }}