diff options
| author | Marcio <marcio@zimbres.com> | 2022-03-12 06:49:29 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-12 10:49:29 +0100 |
| commit | 295d5c3fd17cedeba3afffb2339bcb61bf0d3570 (patch) | |
| tree | 6bbf90a0998b73415692ed9b4d6b95046159b84d /config/example-config-ssh-config.yaml | |
| parent | 664b105366f253643d55855caec5e3ad151cc73c (diff) | |
feat: Add configMap to allow define parameters for SSH client (#373)
Diffstat (limited to 'config/example-config-ssh-config.yaml')
| -rw-r--r-- | config/example-config-ssh-config.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/example-config-ssh-config.yaml b/config/example-config-ssh-config.yaml new file mode 100644 index 0000000..cb1ec1e --- /dev/null +++ b/config/example-config-ssh-config.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: argocd-image-updater-ssh-config + namespace: argocd +data: + config: | + Host * + PubkeyAcceptedAlgorithms +ssh-rsa + HostkeyAlgorithms +ssh-rsa |
