X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F25-tiller%2Fhelm%2Fkong%2Fcharts%2Fkong%2Ftemplates%2Fcontroller-rbac-role-binding.yaml;fp=ric-infra%2F25-tiller%2Fhelm%2Fkong%2Fcharts%2Fkong%2Ftemplates%2Fcontroller-rbac-role-binding.yaml;h=0000000000000000000000000000000000000000;hb=f1e9d069ec4ae0e35202b1d508f2652986036342;hp=6dad01956cef8bf3f72b52a2c5b4609097e873ba;hpb=44fb7269ad17f3e307ab32bc85e737bf9ce1339f;p=it%2Fdep.git diff --git a/ric-infra/25-tiller/helm/kong/charts/kong/templates/controller-rbac-role-binding.yaml b/ric-infra/25-tiller/helm/kong/charts/kong/templates/controller-rbac-role-binding.yaml deleted file mode 100755 index 6dad0195..00000000 --- a/ric-infra/25-tiller/helm/kong/charts/kong/templates/controller-rbac-role-binding.yaml +++ /dev/null @@ -1,20 +0,0 @@ -{{- if and .Values.ingressController.rbac.create .Values.ingressController.enabled -}} -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: RoleBinding -metadata: - name: {{ template "kong.fullname" . }} - namespace: {{ .Release.Namespace }} - labels: - app: {{ template "kong.name" . }} - chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" - release: "{{ .Release.Name }}" - heritage: "{{ .Release.Service }}" -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: {{ template "kong.fullname" . }} -subjects: - - kind: ServiceAccount - name: {{ template "kong.serviceAccountName" . }} - namespace: {{ .Release.Namespace }} -{{- end -}}