mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
fac939b79c
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>
17 lines
438 B
YAML
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
|