argo: tidy
This commit is contained in:
		| @@ -47,10 +47,10 @@ To deploy ArgoCD itself: | |||||||
| ```bash | ```bash | ||||||
| helm repo add argo-cd https://argoproj.github.io/argo-helm | helm repo add argo-cd https://argoproj.github.io/argo-helm | ||||||
| kubectl create secret -n argocd generic argocd-secret # Empty secret for sessions | kubectl create secret -n argocd generic argocd-secret # Empty secret for sessions | ||||||
|  | kubectl label -n argocd secret oidc-client-argocd-owner-secrets app.kubernetes.io/part-of=argocd | ||||||
|  |  | ||||||
| helm template -n argocd --release-name k6 argo-cd/argo-cd --include-crds -f values.yaml > argocd.yml | helm template -n argocd --release-name k6 argo-cd/argo-cd --include-crds -f values.yaml > argocd.yml | ||||||
| kubectl apply -f argocd.yml -f application-extras.yml -f redis.yaml -f monitoring.yml -n argocd | kubectl apply -f argocd.yml -f application-extras.yml -f redis.yaml -f monitoring.yml -n argocd | ||||||
| kubectl label -n argocd secret oidc-client-argocd-owner-secrets app.kubernetes.io/part-of=argocd |  | ||||||
|  |  | ||||||
| kubectl -n argocd rollout restart deployment/k6-argocd-redis deployment/k6-argocd-repo-server deployment/k6-argocd-server deployment/k6-argocd-notifications-controller statefulset/k6-argocd-application-controller | kubectl -n argocd rollout restart deployment/k6-argocd-redis deployment/k6-argocd-repo-server deployment/k6-argocd-server deployment/k6-argocd-notifications-controller statefulset/k6-argocd-application-controller | ||||||
| ``` | ``` | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ metadata: | |||||||
|   name: kubernetes-dashboard |   name: kubernetes-dashboard | ||||||
|   namespace: argocd |   namespace: argocd | ||||||
| spec: | spec: | ||||||
|   project: default |   project: k-space.ee | ||||||
|   source: |   source: | ||||||
|     repoURL: 'git@git.k-space.ee:k-space/kube.git' |     repoURL: 'git@git.k-space.ee:k-space/kube.git' | ||||||
|     path: kubernetes-dashboard |     path: kubernetes-dashboard | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ metadata: | |||||||
|   name: whoami |   name: whoami | ||||||
|   namespace: argocd |   namespace: argocd | ||||||
| spec: | spec: | ||||||
|   project: default |   project: k-space.ee | ||||||
|   source: |   source: | ||||||
|     repoURL: 'git@git.k-space.ee:k-space/kube.git' |     repoURL: 'git@git.k-space.ee:k-space/kube.git' | ||||||
|     path: whoami |     path: whoami | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user