devops-exercises/topics/argo/exercises/argocd_helm_app/exercise.md
abregman cbdcfa3e4f Add Datadog and ArgoCD questions
As well as exercises.
2022-10-24 22:50:10 +03:00

285 B

ArgoCD Helm App

Requirements

  1. Running Kubernetes cluster
  2. ArgoCD installed on the k8s cluster
  3. Repository of an Helm chart

Objectives

  1. Create a new app in ArgoCD that points to the repo of your Helm chart

Solution

Click here to view the solution