Refactor Distributed Analytics project structure
[demo.git] / vnfs / DAaaS / deploy / 00-init / gloo / templates / 25-namespace-clusterrolebinding-knative.yaml
diff --git a/vnfs/DAaaS/deploy/00-init/gloo/templates/25-namespace-clusterrolebinding-knative.yaml b/vnfs/DAaaS/deploy/00-init/gloo/templates/25-namespace-clusterrolebinding-knative.yaml
new file mode 100755 (executable)
index 0000000..5f05de9
--- /dev/null
@@ -0,0 +1,21 @@
+{{- if .Values.rbac.create }}
+
+{{- if .Values.settings.integrations.knative.enabled }}
+kind: ClusterRoleBinding
+apiVersion: rbac.authorization.k8s.io/v1
+metadata:
+  name: gloo-role-binding-knative-{{ .Release.Namespace }}
+  labels:
+    app: gloo
+    gloo: rbac
+subjects:
+- kind: ServiceAccount
+  name: default
+  namespace: {{ .Release.Namespace }}
+roleRef:
+  kind: ClusterRole
+  name: gloo-role-knative
+  apiGroup: rbac.authorization.k8s.io
+{{- end -}}
+
+{{- end -}}