17 lines
640 B
YAML
17 lines
640 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 }}-alameda-notifier-rolebinding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: {{ .Release.Namespace }}-alameda-notifier-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: alameda-notifier
|
|
namespace: {{ .Release.Namespace }}
|