Browse Source

fix typo in the full-pushsecret.yaml (#2019)

* fix typo in the full-pushsecret.yaml

* change the array reference of the remoteKey from the full-pushsecret.yaml to a map reference
Matheus Tosta 3 years ago
parent
commit
39c8a49bfb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/snippets/full-pushsecret.yaml

+ 2 - 2
docs/snippets/full-pushsecret.yaml

@@ -14,5 +14,5 @@ spec:
   data:
     - match:
         secretKey: best-pokemon # Source Kubernetes secret key to be pushed
-        remoteRefs:
-          - remoteKey: my-first-parameter # Remote reference (where the secret is going to be pushed)
+        remoteRef:
+          remoteKey: my-first-parameter # Remote reference (where the secret is going to be pushed)