Skip to content

Commit ab97487

Browse files
committed
feat(arco-cd): Add optional grafana dashboard (#2725)
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
1 parent 80583c5 commit ab97487

7 files changed

Lines changed: 4551 additions & 0 deletions

File tree

charts/argo-cd/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,10 @@ NAME: my-release
858858
| crds.keep | bool | `true` | Keep CRDs on chart uninstall |
859859
| createAggregateRoles | bool | `false` | Create aggregated roles that extend existing cluster roles to interact with argo-cd resources |
860860
| createClusterRoles | bool | `true` | Create cluster roles for cluster-wide installation. |
861+
| dashboards.annotations | object | `{}` | Annotations to be added to all dashboard ConfigMaps |
862+
| dashboards.enabled | bool | `false` | Enable Grafana dashboard support |
863+
| dashboards.extraLabels | object | `{"grafana_dashboard":"1"}` | Extra labels to be added to all dashboard ConfigMaps |
864+
| dashboards.namespace | string | `.Release.Namespace` | Namespace for dashboard ConfigMaps |
861865
| extraObjects | list | `[]` | Array of extra K8s manifests to deploy |
862866
| fullnameOverride | string | `""` | String to fully override `"argo-cd.fullname"` |
863867
| kubeVersionOverride | string | `""` | Override the Kubernetes version, which is used to evaluate certain manifests |

0 commit comments

Comments
 (0)