GithubHelp home page GithubHelp logo

simple-gitops's Introduction

ArgoCD ApplicationSets

You can read more about argocd application sets here.

What does this repo do

The argocd applicationset in this repo deploys the bgd and pacman apps from the following repository, the appsets branch.

How to deply

To deploy the applicationset, you can run the appproject and applicatioset objects, by running the yaml files in application-sets and app-projects directories seperately or run the kustomization file in the deploy folder to include both at the same time.

oc apply -k deploy/

How to delete

To delete the applications, you can delete the created argo applicationset and the appproject.

  1. To view the exising appsets and appprojetcs:
oc get applicationset -n openshift-gitops
oc get appproject -n openshift-gitops

The appset is called demo-app-set and the appproject is called demo-app-project.

  1. To delete:
oc delete applicationset demp-app-set -n openshift-gitops
oc delete appproject demo-app-project -n openshift-gitops

simple-gitops's People

Contributors

fazifs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.