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>
14 lines
315 B
YAML
14 lines
315 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: "password"
|
|
spec:
|
|
refreshInterval: "30m"
|
|
target:
|
|
name: password-secret
|
|
dataFrom:
|
|
- sourceRef:
|
|
generatorRef:
|
|
apiVersion: generators.external-secrets.io/v1alpha1
|
|
kind: Password
|
|
name: "my-password"
|