...

Text file src/github.com/linkerd/linkerd2/charts/linkerd-control-plane/templates/config-rbac.yaml

Documentation: github.com/linkerd/linkerd2/charts/linkerd-control-plane/templates

     1---
     2apiVersion: rbac.authorization.k8s.io/v1
     3kind: Role
     4metadata:
     5  {{- with .Values.commonLabels }}
     6  labels: {{ toYaml . | trim | nindent 4 }}
     7  {{- end }}
     8  annotations:
     9    {{ include "partials.annotations.created-by" . }}
    10  name: ext-namespace-metadata-linkerd-config
    11  namespace: {{ .Release.Namespace }}
    12rules:
    13- apiGroups: [""]
    14  resources: ["configmaps"]
    15  verbs: ["get"]
    16  resourceNames: ["linkerd-config"]

View as plain text