Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 510 Bytes

File metadata and controls

29 lines (23 loc) · 510 Bytes

ArgoCD Bundle

The ArgoCD bundle deploys ArgoCD.

Configuration

To configure the bundle, use the argocd block:

#cloud-config

# Specify the bundle to use
bundles:
  - targets:
      - run://quay.io/kairos/community-bundles:argocd_latest

# Specify argocd settings
argocd:
  values: 
    redis-ha:
      enabled: true
    controller:
      replicas: 1
    server:
      autoscaling:
        enabled: true
        minReplicas: 2
  version: 7.5.2