mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +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:
|
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"
|
||||||
|
|
Loading…
Reference in a new issue