Browse Source

Fix typo: temaplate --> template (#3554)

Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com>
Andreas Lindhé 1 year ago
parent
commit
d7c0b55880
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/snippets/generator-github-example-basicauth.yaml

+ 2 - 2
docs/snippets/generator-github-example-basicauth.yaml

@@ -2,7 +2,7 @@
 apiVersion: external-secrets.io/v1beta1
 kind: ExternalSecret
 metadata:
-  name: github-auth-temaplate
+  name: github-auth-template
 spec:
   dataFrom:
   - sourceRef:
@@ -21,6 +21,6 @@ spec:
       data:
         username: "token"
         password: "{{ .token }}"
-    name: github-auth-temaplate
+    name: github-auth-template
 
 {% endraw %}