Browse Source

update label (#3898)

Signed-off-by: KAZYPinkSaurus <kazuya.arai@sansan.com>
Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
KAZY 1 year ago
parent
commit
665f112570
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/snippets/generator-webhook.yaml

+ 1 - 1
docs/snippets/generator-webhook.yaml

@@ -20,7 +20,7 @@ kind: Secret
 metadata:
 metadata:
   name: webhook-credentials
   name: webhook-credentials
   labels:
   labels:
-    generators.external-secrets.io/type: webhook #Needed to allow webhook to use this secret
+    external-secrets.io/type: webhook #Needed to allow webhook to use this secret
 data:
 data:
   username: dGVzdA== # "test"
   username: dGVzdA== # "test"
   password: dGVzdA== # "test"
   password: dGVzdA== # "test"