mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
81b9546e0f
I also thought it could be usefull to provide an External Secret that uses the Password from the example Signed-off-by: Sebastián Gómez <sebastiangomezcorrea@gmail.com>
11 lines
205 B
YAML
11 lines
205 B
YAML
apiVersion: generators.external-secrets.io/v1alpha1
|
|
kind: Password
|
|
metadata:
|
|
name: my-password
|
|
spec:
|
|
length: 42
|
|
digits: 5
|
|
symbols: 5
|
|
symbolCharacters: "-_$@"
|
|
noUpper: false
|
|
allowRepeat: true
|