forked from k-space/kube
		
	argocd: Add members repo
This commit is contained in:
		| @@ -36,8 +36,13 @@ kubectl -n argocd create secret generic gitea-kube-staging \ | |||||||
|   --from-literal=type=git \ |   --from-literal=type=git \ | ||||||
|   --from-literal=url=git@git.k-space.ee:k-space/kube-staging \ |   --from-literal=url=git@git.k-space.ee:k-space/kube-staging \ | ||||||
|   --from-file=sshPrivateKey=id_ecdsa |   --from-file=sshPrivateKey=id_ecdsa | ||||||
|  | kubectl -n argocd create secret generic gitea-kube-members \ | ||||||
|  |   --from-literal=type=git \ | ||||||
|  |   --from-literal=url=git@git.k-space.ee:k-space/kube-members \ | ||||||
|  |   --from-file=sshPrivateKey=id_ecdsa | ||||||
| kubectl label -n argocd secret gitea-kube argocd.argoproj.io/secret-type=repository | kubectl label -n argocd secret gitea-kube argocd.argoproj.io/secret-type=repository | ||||||
| kubectl label -n argocd secret gitea-kube-staging argocd.argoproj.io/secret-type=repository | kubectl label -n argocd secret gitea-kube-staging argocd.argoproj.io/secret-type=repository | ||||||
|  | kubectl label -n argocd secret gitea-kube-members argocd.argoproj.io/secret-type=repository | ||||||
| rm -fv id_ecdsa | rm -fv id_ecdsa | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										17
									
								
								argocd/applications/members.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								argocd/applications/members.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | apiVersion: argoproj.io/v1alpha1 | ||||||
|  | kind: Application | ||||||
|  | metadata: | ||||||
|  |   name: members | ||||||
|  |   namespace: argocd | ||||||
|  | spec: | ||||||
|  |   project: default | ||||||
|  |   source: | ||||||
|  |     repoURL: 'git@git.k-space.ee:k-space/kube-members.git' | ||||||
|  |     path: . | ||||||
|  |     targetRevision: HEAD | ||||||
|  |   destination: | ||||||
|  |     server: 'https://kubernetes.default.svc' | ||||||
|  |     namespace: members | ||||||
|  |   syncPolicy: | ||||||
|  |     syncOptions: | ||||||
|  |       - CreateNamespace=true | ||||||
		Reference in New Issue
	
	Block a user