From fff65e080f4c521b6f210f854ca178fe7160da59 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 24 May 2022 18:35:01 +0200 Subject: [PATCH] fix: typos --- .drone.yml | 2 +- README.md | 2 +- examples/configmap.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ee59501..d33f8fa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -80,4 +80,4 @@ trigger: event: - tag repo: - - volker.raschek/drone-charts + - volker.raschek/athens-proxy-charts diff --git a/README.md b/README.md index 30c1617..d900c0b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ metadata: data: sshconfig: | Host github.com - IdentifyFile /root/.ssh/id_ed25519 + IdentityFile /root/.ssh/id_ed25519 StrictHostKeyChecking no gitconfig: | [url "git@github.com:"] diff --git a/examples/configmap.yaml b/examples/configmap.yaml index 763c4b9..5405a0e 100644 --- a/examples/configmap.yaml +++ b/examples/configmap.yaml @@ -5,7 +5,7 @@ metadata: data: sshconfig: | Host github.com - IdentifyFile /root/.ssh/id_ed25519 + IdentityFile /root/.ssh/id_ed25519 StrictHostKeyChecking no gitconfig: | [url "git@github.com:"]