VKPR argocd install
Description
Install ArgoCD into cluster. For more information about ArgoCD, click here.
Commands
Interactive inputs:
  vkpr argocd install [flags]
Non-interactive without setting values or using VKPR Values:
  vkpr argocd install --default
Argument Reference
Flags
  --default   Use to automatically fill inputs with default values
  --dry_run   Simulate an install
  --domain    Set the application address
  --secure    Using HTTPS in the application
  --HA        Specifies if the application will have High Availability
  --ssl       Defines that the application will use its own certificate
  --crt_file  Specifies the whoami .crt file path
  --key_file  Specifies the whoami .key file path
Values File
Globals
The following arguments are supported by the globals:
domain- (Required) Define the domain used by the application. The default islocalhost.secure- (Required) Specifies if the services from the application will expose HTTPS ports inside the cluster. The default isfalse.namespace- (Optional) Define where the application will be provisioned. The default isargocd.ingressClassName- (Optional) Define which ingress controller will expose the application. The default isnginx.
Local
The following arguments are supported:
enabled- (Optional) Enables the installation if performed with the command vkpr apply.namespace- (Optional) Define where the application will be provisioned. The default isargocd.ingressClassName- (Optional) Define which ingress controller will expose the application. The default isnginx.HA- (Optional) Specifies if the application will have High Availability. The default isfalse.metrics- (Optional) Specifies if the application will expose your metrics. The default isfalse.sslenabled- (Optional) Enable the manual certificate into ingress. The default isfalse.crt- Specify the certificate path.key- Specify the key path.secretName- (Optional) Specifies if the content from the application will be storage in a volume.
addonsnotificationsenabled- (Optional) Install Argo Notifications in the cluster.
rolloutsenabled- (Optional) Install Argo Rollouts in the cluster.
eventsenabled- (Optional) Install Argo Events in the cluster.
workflowsenabled(Optional) Install Argo Workflows in the cluster.
helmArgs- (Optional) Used when you need to change some value or add a new value to the helm values used by the formula.
caution
Using helmArgs the application may behave in a way that VKPR may not be used in the best way it was designed. Use it when you know what you're doing
Environment values
The following variables are supported:
namespace- VKPR_ENV_ARGOCD_NAMESPACEingressClassName- VKPR_ENV_ARGOCD_INGRESS_CLASS_NAMEHA- VKPR_ENV_ARGOCD_HAmetrics- VKPR_ENV_ARGOCD_METRICSsslenabled- VKPR_ENV_ARGOCD_SSLcrt- VKPR_ENV_ARGOCD_SSL_CERTIFICATEkey- VKPR_ENV_ARGOCD_SSL_KEYsecretName- VKPR_ENV_ARGOCD_SSL_SECRET
addonsnotificationsenabled- VKPR_ENV_ARGOCD_ADDONS_NOTIFICATIONS
rolloutsenabled- VKPR_ENV_ARGOCD_ADDONS_ROLLOUTS
eventsenabled- VKPR_ENV_ARGOCD_ADDONS_EVENTS
workflowsenabledVKPR_ENV_ARGOCD_ADDONS_WORKFLOWS
About the Formula
Chart Version: 4.6.3 
Application Version: v2.3.4 
Helm Chart: argo/argo-cd 
Chart Version: 2.20.0 
Application Version: v1.2.2 
Helm Chart: argo/argo-rollouts 
Chart Version: 2.0.5 
Application Version: v1.7.2 
Helm Chart: argo/argo-events 
Chart Version: 0.19.6 
Application Version: v3.4.0 
Helm Chart: argo/argo-workflows 
See Also
- VKPR argocd remove - Uninstall ArgoCD from the cluster.
 - VKPR argocd set repository - Sync a repository with the ArgoCD.
 - VKPR argocd set applicationset - Apply an Applicationset manifest in the cluster.