@@ -410,17 +410,18 @@ That is, if you pass a param via CLI, for example, it will overwrite the corresp
410410
411411###### ArgoCD
412412
413- | CLI | Config | Default | Type | Description |
414- | -----| --------| ---------| ------| -------------|
415- | ` --argocd ` | ` features.argocd.active ` | ` false ` | Boolean | Installs ArgoCD as GitOps CD tool |
416- | ` --argocd-operator ` | ` features.argocd.operator ` | ` false ` | Boolean | Install ArgoCD operator |
417- | ` --argocd-url ` | ` features.argocd.url ` | ` '' ` | String | The url of your external argocd |
418- | ` --argocd-email-from ` | ` features.argocd.emailFrom ` | ` '[email protected] ' ` | String
| Email from address for ArgoCD notifications
| 419- | ` --argocd-email-to-user ` | ` features.argocd.emailToUser ` | ` '[email protected] ' ` | String
| Email to address for user notifications
| 420- | ` --argocd-email-to-admin ` | ` features.argocd.emailToAdmin ` | ` '[email protected] ' ` | String
| Email to address for admin notifications
| 421- | ` --argocd-resource-inclusions-cluster ` | ` features.argocd.resourceInclusionsCluster ` | ` '' ` | String | ArgoCD resource inclusions for cluster |
422- | ` --argocd-namespace ` | ` features.argocd.namespace ` | ` 'argocd' ` | String | ArgoCD namespace |
423- | - | ` features.argocd.env ` | - | List | Environment variables for ArgoCD |
413+ | CLI | Config | Default | Type | Description |
414+ | -----| ---------------------------------------------| ---------| ---------| ---------------------------------------------|
415+ | ` --argocd ` | ` features.argocd.active ` | ` false ` | Boolean | Installs ArgoCD as GitOps CD tool |
416+ | ` --argocd-operator ` | ` features.argocd.operator ` | ` false ` | Boolean | Install ArgoCD operator |
417+ | ` --argocd-url ` | ` features.argocd.url ` | ` '' ` | String | The url of your external argocd |
418+ | ` --argocd-email-from ` | ` features.argocd.emailFrom ` | ` '[email protected] ' ` | String
| Email from address for ArgoCD notifications
| 419+ | ` --argocd-email-to-user ` | ` features.argocd.emailToUser ` | ` '[email protected] ' ` | String
| Email to address for user notifications
| 420+ | ` --argocd-email-to-admin ` | ` features.argocd.emailToAdmin ` | ` '[email protected] ' ` | String
| Email to address for admin notifications
| 421+ | ` --argocd-resource-inclusions-cluster ` | ` features.argocd.resourceInclusionsCluster ` | ` '' ` | String | ArgoCD resource inclusions for cluster |
422+ | ` --argocd-namespace ` | ` features.argocd.namespace ` | ` 'argocd' ` | String | ArgoCD namespace |
423+ | - | ` features.argocd.env ` | - | List | Environment variables for ArgoCD |
424+ | - | ` features.argocd.values ` | - | Map | To override ArgoCD Operator file |
424425
425426###### Mail
426427
0 commit comments