Browse Source

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>
Jason Field 3 years ago
parent
commit
fac939b79c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/snippets/1password-secret-store.yaml

+ 3 - 3
docs/snippets/1password-secret-store.yaml

@@ -12,6 +12,6 @@ spec:
         shared: 2   # next look in here. error if not found
       auth:
         secretRef:
-        connectTokenSecretRef:
-          name: onepassword-connect-token-staging
-          key: token
+          connectTokenSecretRef:
+            name: onepassword-connect-token-staging
+            key: token