update deployment config
This commit is contained in:
		
							
								
								
									
										10
									
								
								infrastructure/argocd/known-hosts.configmap.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								infrastructure/argocd/known-hosts.configmap.yaml
									
									
									
									
									
										Normal 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 | ||||||
| @@ -6,4 +6,8 @@ resources: | |||||||
| - https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml | - https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml | ||||||
| - namespace.yaml | - namespace.yaml | ||||||
| - ingress.yaml | - ingress.yaml | ||||||
| - argo-apps.application.yaml | - argo-apps.application.yaml | ||||||
|  |  | ||||||
|  |  | ||||||
|  | patches: | ||||||
|  | - known-hosts.configmap.yaml | ||||||
| @@ -8,7 +8,7 @@ spec: | |||||||
|   source: |   source: | ||||||
|     repoURL: ssh://git@git.kluster.moll.re:2222/remoll/journal-bot.git |     repoURL: ssh://git@git.kluster.moll.re:2222/remoll/journal-bot.git | ||||||
|     targetRevision: HEAD |     targetRevision: HEAD | ||||||
|     path: deployment |     path: deployment/overlays/main | ||||||
|   destination: |   destination: | ||||||
|     server: https://kubernetes.default.svc |     server: https://kubernetes.default.svc | ||||||
|     namespace: journal |     namespace: journal | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user