constellation/cli/internal/helm/charts/cilium/templates/hubble-ui/clusterrolebinding.yaml

15 lines
454 B
YAML
Raw Normal View History

2022-08-12 08:20:19 +00:00
{{- if and (or .Values.hubble.enabled .Values.hubble.ui.standalone.enabled) .Values.hubble.ui.enabled .Values.serviceAccounts.ui.create }}
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: hubble-ui
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: hubble-ui
subjects:
- kind: ServiceAccount
name: {{ .Values.serviceAccounts.ui.name | quote }}
namespace: {{ .Release.Namespace }}
{{- end }}