fix: persist git.jrdn.dev SSH known hosts in ArgoCD config
This commit is contained in:
@@ -25,6 +25,10 @@ spec:
|
|||||||
minReplicas: 2
|
minReplicas: 2
|
||||||
applicationSet:
|
applicationSet:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
configs:
|
||||||
|
ssh:
|
||||||
|
knownHosts: |
|
||||||
|
git.jrdn.dev ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALoRWGlMrEc9PAdwBDxtnfshaAqUBlMGP7Xl0Jlt4Xc
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: argo-cd
|
namespace: argo-cd
|
||||||
|
|||||||
@@ -16,3 +16,8 @@ repoServer:
|
|||||||
|
|
||||||
applicationSet:
|
applicationSet:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
|
||||||
|
configs:
|
||||||
|
ssh:
|
||||||
|
knownHosts: |
|
||||||
|
git.jrdn.dev ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALoRWGlMrEc9PAdwBDxtnfshaAqUBlMGP7Xl0Jlt4Xc
|
||||||
|
|||||||
Reference in New Issue
Block a user