dvls-push-secret.yaml 507 B

12345678910111213141516171819
  1. apiVersion: external-secrets.io/v1alpha1
  2. kind: PushSecret
  3. metadata:
  4. name: push-to-dvls
  5. spec:
  6. refreshInterval: 1h
  7. secretStoreRefs:
  8. - name: dvls-store
  9. kind: SecretStore
  10. selector:
  11. secret:
  12. name: my-k8s-secret
  13. data:
  14. - match:
  15. secretKey: password
  16. remoteRef:
  17. # When vault is set in the SecretStore, remoteKey is the entry name
  18. # (or path/name). Without vault, use the legacy 'vault-uuid/entry-uuid' format.
  19. remoteKey: 'db-credentials'