Skip to content

stricklerxc/argocd-example-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArgoCD Example Plugin

Overview

Example ArgoCD plugin that renders ERB templates in a repo into K8s manifests that can be applied to the cluster.

Getting Started

  1. Install minikube
  2. Start a minikube cluster via minikube start
  3. Enable the ingress add-on via minikube addon enable ingress
  4. If using Docker Desktop, run minikube tunnel
  5. Install argocd with make install-argo
  6. Login to ArgoCD using the password returned from make get-argo-creds
  7. Connect the git repo in Settings -> Repositories -> Connect Repo
  8. Add a New App under Application, select Edit as YAML and paste the manifest from test-app/application.yaml
    • You will need to modify the repoURL to match your repository before saving.
  9. Sync the app and navigate to http://127.0.0.1 to see the deployed test-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published