- apiVersion: external-secrets.io/v1beta1
- kind: ExternalSecret
- metadata:
- name: conjur
- spec:
- refreshInterval: 10s
- secretStoreRef:
- # This name must match the metadata.name in the `SecretStore`
- name: conjur
- kind: SecretStore
- data:
- - secretKey: secret00
- remoteRef:
- key: data/app1/secret00
|