diff options
Diffstat (limited to 'config')
| -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 |
