1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-15 17:51:01 +00:00
external-secrets/docs/snippets/1password-secret-store.yaml
Jason Field fac939b79c
fix(1password): Resolve indentation issue in Store (#1617)
The indentation was incorrect on the website which is ultimately driven
by `1password-secret-store.yaml` so this fixes the file to have the
correct indentation

Signed-off-by: Jason Field <jason@avon-lea.co.uk>
2022-10-08 22:21:55 +02:00

17 lines
438 B
YAML

---
apiVersion: external-secrets.io/v1beta1
kind: SecretStore
metadata:
name: staging
spec:
provider:
onepassword:
connectHost: https://onepassword-connect-staging
vaults:
staging: 1 # look in this vault first
shared: 2 # next look in here. error if not found
auth:
secretRef:
connectTokenSecretRef:
name: onepassword-connect-token-staging
key: token