mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
update label (#3898)
Signed-off-by: KAZYPinkSaurus <kazuya.arai@sansan.com> Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
parent
c126864555
commit
665f112570
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ kind: Secret
|
|||
metadata:
|
||||
name: webhook-credentials
|
||||
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:
|
||||
username: dGVzdA== # "test"
|
||||
password: dGVzdA== # "test"
|
||||
|
|
Loading…
Reference in a new issue