1
0
Fork 0
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:
younaman 2024-08-27 14:54:30 +08:00 committed by GitHub
parent 233ede3e47
commit 428a452fd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View file

@ -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"

View file

@ -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