rancher-partner-charts/charts/prophetstor/federatorai/templates/federatorai-dashboard-frontend/clusterrolebindings.yaml

17 lines
665 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
annotations: {{ include "render-value" ( dict "value" .Values.global.commonAnnotations "context" .) | nindent 4 }}
labels: {{ include "render-value" ( dict "value" .Values.global.commonLabels "context" .) | nindent 4 }}
app.kubernetes.io/part-of: federatorai
app: alameda
name: {{ .Release.Namespace }}-federatorai-dashboard-frontend
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: {{ .Release.Namespace }}-federatorai-dashboard-frontend
subjects:
- kind: ServiceAccount
name: federatorai-dashboard-frontend
namespace: {{ .Release.Namespace }}