瀏覽代碼

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 年之前
父節點
當前提交
fac939b79c
共有 1 個文件被更改,包括 3 次插入3 次删除
  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