未验证 提交 5ed07093 编写于 作者: C Charles Moulliard 提交者: GitHub

Add the verb delete to allow the owner of the secret to delete the secret...

Add the verb delete to allow the owner of the secret to delete the secret created. Issue #6406 (#6412)
Signed-off-by: NCharles Moulliard <cmoulliard@redhat.com>
上级 2ed57191
......@@ -55,7 +55,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "update"]
verbs: ["get", "update","delete"]
resourceNames: ["dapr-trust-bundle"]
{{- if eq .Values.global.rbac.namespaced true }}
- apiGroups: ["dapr.io"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册