--- apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: annotations: {{- if .Values.global.commonAnnotations }} {{- include "render-value" ( dict "value" .Values.global.commonAnnotations "context" .) | nindent 4 }} {{- end }} labels: {{- if .Values.global.commonLabels }} {{- include "render-value" ( dict "value" .Values.global.commonLabels "context" .) | nindent 4 }} {{- end }} app.kubernetes.io/part-of: federatorai app: alameda name: federatorai-rest namespace: {{ .Release.Namespace }} rules: - apiGroups: - "" resources: - pods/exec verbs: - create - apiGroups: - "" resources: - pods verbs: - get - list - apiGroups: - "" resources: - configmaps verbs: - get - list - watch