mirror of
https://github.com/alibaba/higress.git
synced 2026-02-22 19:51:03 +08:00
14 lines
436 B
YAML
14 lines
436 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: Role
|
|
metadata:
|
|
name: {{ include "controller.serviceAccountName" . }}
|
|
namespace: {{ .Release.Namespace }}
|
|
labels:
|
|
{{- include "controller.labels" . | nindent 4 }}
|
|
rules:
|
|
# For storing CA secret
|
|
- apiGroups: [""]
|
|
resources: ["secrets"]
|
|
# TODO lock this down to istio-ca-cert if not using the DNS cert mesh config
|
|
verbs: ["create", "get", "watch", "list", "update", "delete"]
|