Skip to main content

ArgoCD

Setup

The ArgoCD helm chart installs a topology for ArgoCD

helm repo add flanksource https://flanksource.github.io/charts
helm repo update
helm install mission-control-argocd flanksource/mission-control-argocd

After running helm install you should get a success message:

NAME: mission-control-argocd
LAST DEPLOYED: Thu Feb 14 19:00:32 2024
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
ArgoCD topology added

When you go to the dashboard now, you can now see a ArgoCD topology:

ArgoCD dashboard

Values

This document provides an overview of configurable values for deploying ArgoCD topology component using Helm.

Configuration

The following table lists the configurable parameters and their default values:

ParameterDescriptionDefault
nameOverrideOverrides the name of the chart.""
fullnameOverrideOverrides the full name of the chart.""
labelsAdditional labels to apply to resources.
argocd.namespaceNamespace for argocd pods"argocd"