dbgjerez / ta

Personal for technical analysis project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArgoCD

Operator

❯ curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.20.0/install.sh | bash -s v0.20.0
❯ k create -f https://operatorhub.io/install/argocd-operator.yaml

ArgoCD server instance

❯ k create ns argocd
❯ k apply -f argocd/server.yaml

Bootstrap the cluster

Create the namespaces

NOTE: I have to add the namespace to the bootstrap.

❯ k apply -f argocd/ta-prod-namespaces.yaml

Create the application

This application references a repositories, app projects and applications.

❯ k apply -f argocd/ta-app-bootstrap.yaml

About

Personal for technical analysis project


Languages

Language:Go 88.7%Language:Dockerfile 5.7%Language:Shell 5.6%