conjur-external-secret.yaml 309 B

1234567891011121314
  1. apiVersion: external-secrets.io/v1
  2. kind: ExternalSecret
  3. metadata:
  4. name: conjur
  5. spec:
  6. refreshInterval: 1h
  7. secretStoreRef:
  8. # This name must match the metadata.name in the `SecretStore`
  9. name: conjur
  10. kind: SecretStore
  11. data:
  12. - secretKey: secret00
  13. remoteRef:
  14. key: data/app1/secret00