| 123456789101112131415161718 |
- apiVersion: external-secrets.io/v1alpha1
- kind: ClusterSecretStore
- metadata:
- name: external-secrets-store
- spec:
- # provider field contains the configuration to access the provider
- # which contains the secret exactly one provider must be configured.
- provider:
- passworddepot:
- host: host-of-password-depot # port is 8714 by default
- database: "password depot database name"
- auth:
- SecretRef:
- credentials:
- name: password-depot-secret
- namespace: external-secrets
|