| 12345678910111213141516171819 |
- apiVersion: external-secrets.io/v1
- kind: ExternalSecret
- metadata:
- name: passbolt-example-simple
- spec:
- refreshInterval: "1h0m0s"
- secretStoreRef:
- name: passbolt
- kind: SecretStore
- target:
- name: passbolt-example
- data:
- - secretKey: full_secret
- remoteRef:
- key: e22487a8-feb8-4591-95aa-14b193930cb4 # Replace with ID of exising Passbolt secret
- - secretKey: password_only
- remoteRef:
- key: e22487a8-feb8-4591-95aa-14b193930cb4 # Replace with ID of exising Passbolt secret
- property: password # You can limit the secret to only display one property
|