roozeec/argocd-app-configpublic Fork 0
818bb97
Commits
Clone
git clone https://git.rickub.com/roozeec/argocd-app-config.git
git clone ssh://git@rickub.com/roozeec/argocd-app-config.git

Add new file

Nana Janashia committed 2021-10-11T09:57:34Z Browse files
818bb97 parent: 4773a39
added README.md +29 -0
new file mode 100644
@@ -0,0 +1,29 @@
1+Commands
2+
3+```bash
4+# install ArgoCD in k8s
5+kubectl create namespace argocd
6+kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
7+
8+# access ArgoCD UI
9+kubectl get svc -n argocd
10+kubectl port-forward svc/argocd-server 8080:443 -n argocd
11+
12+# login with admin user and below token (as in documentation):
13+kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 --decode && echo
14+
15+# you can change and delete init password
16+
17+```
18+
19+Links
20+
21+config repo: [https://gitlab.com/nanuchi/argocd-app-config](https://gitlab.com/nanuchi/argocd-app-config)
22+
23+docker repo: [https://hub.docker.com/repository/docker/nanajanashia/argocd-app](https://hub.docker.com/repository/docker/nanajanashia/argocd-app)
24+
25+Install ArgoCD: [https://argo-cd.readthedocs.io/en/stable/getting_started/#1-install-argo-cd](https://argo-cd.readthedocs.io/en/stable/getting_started/#1-install-argo-cd)
26+
27+Login to ArgoCD: [https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli](https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli)
28+
29+ArgoCD Configuration: [https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/](https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/)
new file mode 100644
@@ -0,0 +1,29 @@
1+Commands
2+
3+```bash
4+# install ArgoCD in k8s
5+kubectl create namespace argocd
6+kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
7+
8+# access ArgoCD UI
9+kubectl get svc -n argocd
10+kubectl port-forward svc/argocd-server 8080:443 -n argocd
11+
12+# login with admin user and below token (as in documentation):
13+kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 --decode && echo
14+
15+# you can change and delete init password
16+
17+```
18+
19+Links
20+
21+config repo: [https://gitlab.com/nanuchi/argocd-app-config](https://gitlab.com/nanuchi/argocd-app-config)
22+
23+docker repo: [https://hub.docker.com/repository/docker/nanajanashia/argocd-app](https://hub.docker.com/repository/docker/nanajanashia/argocd-app)
24+
25+Install ArgoCD: [https://argo-cd.readthedocs.io/en/stable/getting_started/#1-install-argo-cd](https://argo-cd.readthedocs.io/en/stable/getting_started/#1-install-argo-cd)
26+
27+Login to ArgoCD: [https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli](https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli)
28+
29+ArgoCD Configuration: [https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/](https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/)