Browse Source

fix(docs): typo in secret name

Lucas Severo Alves 4 years ago
parent
commit
9cd55b885f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/snippets/gcpsm-tls-externalsecret.yaml

+ 1 - 1
docs/snippets/gcpsm-tls-externalsecret.yaml

@@ -22,5 +22,5 @@ spec:
   # a cert and a private key
   - secretKey: mysecret
     remoteRef:
-      key: docker-config-example
+      key: ssl-certificate-p12-example
 {% endraw %}