mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
add the resourceNames(git commit -s) (#3822)
* add the resourceNames Signed-off-by: younaman <952508578@qq.com> * fixed Signed-off-by: younaman <952508578@qq.com> * make helm.test.update Signed-off-by: younaman <952508578@qq.com> --------- Signed-off-by: younaman <952508578@qq.com> Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
parent
233ede3e47
commit
428a452fd2
2 changed files with 10 additions and 2 deletions
|
@ -21,8 +21,16 @@ rules:
|
|||
resources:
|
||||
- "validatingwebhookconfigurations"
|
||||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
- apiGroups:
|
||||
- "admissionregistration.k8s.io"
|
||||
resources:
|
||||
- "validatingwebhookconfigurations"
|
||||
resourceNames:
|
||||
- "secretstore-validate"
|
||||
- "externalsecret-validate"
|
||||
verbs:
|
||||
- "get"
|
||||
- "watch"
|
||||
- "update"
|
||||
- "patch"
|
||||
|
|
|
@ -4,7 +4,7 @@ should match snapshot of default values:
|
|||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.15.0
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
labels:
|
||||
external-secrets.io/component: controller
|
||||
name: secretstores.external-secrets.io
|
||||
|
|
Loading…
Reference in a new issue