Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 646 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 646 Bytes

argo-cd-argo-workflows-setup

This repository contains the necessary files to deploy Argo CD and Argo Workflows on a Kubernetes cluster.

Prerequisites

  • You have a Kubernetes cluster available
  • You have kubectl installed
  • You have helm installed
  • You have kustomize installed

Installation

  • To install the necessary components, follow these steps:
    1. Ensure you have a running Kubernetes cluster.
    1. Install kubectl, helm, and kustomize if they are not already installed.
    1. Clone this repository to your local machine.
    1. Follow the instructions provided in the repository to deploy Argo CD and Argo Workflows.