update deployment config

This commit is contained in:
Remy Moll 2023-10-09 16:37:58 +02:00
parent c203b5a6d8
commit 631ee3da9f
3 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/name: argocd-ssh-known-hosts-cm
app.kubernetes.io/part-of: argocd
name: argocd-ssh-known-hosts-cm
data:
ssh_known_hosts: |
[git.kluster.moll.re]:2222 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOTtII97BheLIPWTpxMLmuFGFb7C96kqdhf78x7yWhlu

View File

@ -7,3 +7,7 @@ resources:
- namespace.yaml
- ingress.yaml
- argo-apps.application.yaml
patches:
- known-hosts.configmap.yaml

View File

@ -8,7 +8,7 @@ spec:
source:
repoURL: ssh://git@git.kluster.moll.re:2222/remoll/journal-bot.git
targetRevision: HEAD
path: deployment
path: deployment/overlays/main
destination:
server: https://kubernetes.default.svc
namespace: journal