forked from innovacion/playground
15 lines
283 B
YAML
15 lines
283 B
YAML
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: playground-vault
|
|
namespace: apps
|
|
spec:
|
|
refreshInterval: "15s"
|
|
secretStoreRef:
|
|
name: vault-backend
|
|
kind: ClusterSecretStore
|
|
target:
|
|
name: playground-secret
|
|
dataFrom:
|
|
- key: playground
|