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